Commit graph

7 commits

Author SHA1 Message Date
LoganDark db2f86ce15
Add wakeup support (#7)
* Add wakeup support

This also fixes a bug (the `glutin_handle_basic_input` callback was never actually given mutable access to the `BasicInput`, so there's no way it could have set `BasicInput::wait` anyway).

Glad I got that before the 0.8 release, phew.

* Fix bug in reschedule_wakeup

* Fix adjust_wakeup
2021-02-21 21:10:27 -05:00
LoganDark 02b3b62520
Update glutin, docs, and adds a few other features (including multi window support) (#5)
Upgrades glutin, docs, and adds a few other features (including multi window support). But not the readme. That comes next.
2021-01-20 22:12:52 -05:00
shivshank 1e71fefe90 Change BasicInput::mouse_pos from usize to f64 2018-08-25 16:31:43 -04:00
shivshank 8df4325917 Fix botched mouse handling 2018-08-25 16:08:23 -04:00
shivshank 1b06a521d6 Fix typo that broke the GOL! 2018-07-28 17:15:30 -04:00
shivshank a734d7de86 Add post process, input handling, and game of life example 2018-07-28 16:59:02 -04:00
shivshank 41fcc99608 Add basic game of life example 2018-07-28 15:25:59 -04:00