winit/src/platform_impl
Osspial cc206d31b7
Implement windows focus key press/release on Windows (#1307)
* X11: Sync key press/release with window focus

* When a window loses focus, key release events are issued for all pressed keys
* When a window gains focus, key press events are issued for all pressed keys
* Adds `is_synthetic` field to `WindowEvent` variant `KeyboardInput`
  to indicate that these events are synthetic.
* Adds `is_synthetic: false` to `WindowEvent::KeyboardInput` events issued
  on all other platforms

* Implement windows focus key press/release on Windows

* Docs

Co-authored-by: Murarth <murarth@gmail.com>
2019-12-27 16:26:23 -05:00
..
android Window::set_minimized (#985) (#990) 2019-12-22 01:04:11 -05:00
ios Implement revamped RedrawRequested on iOS. (#1299) 2019-12-22 11:17:23 -05:00
linux Implemented revamped RedrawRequested for linux wayland (#1237) 2019-12-22 11:17:23 -05:00
macos macOS: Don't change fullscreen state during fullscreen transition (#1331) 2019-12-24 11:56:56 -07:00
web Implement revamped RedrawRequested on Web (#1301) 2019-12-22 11:17:23 -05:00
windows Implement windows focus key press/release on Windows (#1307) 2019-12-27 16:26:23 -05:00
mod.rs Merge branch 'master' into merge-master-to-web 2019-09-24 14:21:18 -04:00