winit-sonoma-fix/src
icefoxen 57f29aa6d7 Added some "how" and "why" docs to event handling. (#1032)
* Added some "how" and "why" docs to event handling.

Basically I had these questions when I started exploring the new
event API's, and as I figured out the answers I put down more info
about how everything works.  This is not final, and suggestions
are welcome -- the code example in the `event` module docs is
particularly dubious, but it's how I'm used to thinking abou things
so it only made sense to me once I wrote that.

Note that my bias is towards using winit for writing games, so that's
the sort of things I was interested in.  This may not be valid for
more general use cases.

* cargo fmt

* Fix minor typos

* Revise event documentation

* Update lib.rs docs

* Update root docs

Co-authored-by: Osspial <osspial@gmail.com>
2020-01-05 11:02:41 -05:00
..
platform Add support for Windows Dark Mode (#1217) 2019-12-22 12:04:09 -07:00
platform_impl Fix ModifiersChanged event on X11 (#1358) 2020-01-03 22:11:00 -07:00
dpi.rs Fixed typo (#1273) 2019-11-14 00:10:31 -05:00
error.rs Always use f as the argument name for &mut std::fmt::Formatter (#1023) 2019-07-09 17:49:07 -04:00
event.rs Added some "how" and "why" docs to event handling. (#1032) 2020-01-05 11:02:41 -05:00
event_loop.rs Move changelog entry into proper position 2019-12-22 11:17:24 -05:00
icon.rs Always use f as the argument name for &mut std::fmt::Formatter (#1023) 2019-07-09 17:49:07 -04:00
lib.rs Added some "how" and "why" docs to event handling. (#1032) 2020-01-05 11:02:41 -05:00
monitor.rs Use paths for intra-doc links, and verify that links are valid in CI (#1244) 2019-11-11 16:05:59 -07:00
window.rs Add support for Windows Dark Mode (#1217) 2019-12-22 12:04:09 -07:00