* 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> |
||
|---|---|---|
| .. | ||
| platform | ||
| platform_impl | ||
| dpi.rs | ||
| error.rs | ||
| event.rs | ||
| event_loop.rs | ||
| icon.rs | ||
| lib.rs | ||
| monitor.rs | ||
| window.rs | ||