winit-sonoma-fix/examples
Osspial d9bda3e985
Implement ModifiersChanged on Windows, and fix bugs discovered in implementation process (#1344)
* Move DeviceEvent handling to the message target window.

Previously, device events seem to have only been sent to one particular
window, and when that window was closed Winit would stop receiving
device events. This also allows users to create windowless event loops
that process device events - an intriguing idea, to say the least.

* Emit LWin and RWin VirtualKeyCodes on Windows

* Implement ModifiersChanged on Windows

* Make ModifiersChanged a tuple variant instead of a struct variant

* Add changelog entries

* Format

* Update changelog entry

* Fix AltGr handling

* Reformat

* Publicly expose ModifiersChanged and deprecate misc. modifiers fields
2019-12-30 14:11:11 -05:00
..
cursor.rs Re-format on stable rustfmt (#974) 2019-06-24 12:14:55 -04:00
cursor_grab.rs Implement ModifiersChanged on Windows, and fix bugs discovered in implementation process (#1344) 2019-12-30 14:11:11 -05:00
custom_events.rs Fix the examples 2019-09-24 19:44:43 -04:00
fullscreen.rs Add exclusive fullscreen mode (#925) 2019-07-29 14:16:14 -04:00
handling_close.rs Re-format on stable rustfmt (#974) 2019-06-24 12:14:55 -04:00
icon.png Window icons (#497) 2018-05-07 17:36:21 -04:00
min_max_size.rs Format everything and add rustfmt to travis (#951) 2019-06-21 11:33:15 -04:00
minimize.rs Window::set_minimized (#985) (#990) 2019-12-22 01:04:11 -05:00
monitor_list.rs Use consistent return types for available_monitors() (#1207) 2019-10-05 10:49:24 -04:00
multithreaded.rs Change ModifiersState to a bitflags struct (#1306) 2019-12-28 15:36:06 -05:00
multiwindow.rs Re-format on stable rustfmt (#974) 2019-06-24 12:14:55 -04:00
request_redraw.rs Implement changes to RedrawRequested event (#1062) 2019-12-22 11:17:23 -05:00
resizable.rs Re-format on stable rustfmt (#974) 2019-06-24 12:14:55 -04:00
timer.rs X11: Fix window creation hangs when another application is fullscreen (#1248) 2019-11-22 17:11:04 -07:00
transparent.rs Format everything and add rustfmt to travis (#951) 2019-06-21 11:33:15 -04:00
video_modes.rs Add exclusive fullscreen mode (#925) 2019-07-29 14:16:14 -04:00
web.rs Implement revamped RedrawRequested on Web (#1301) 2019-12-22 11:17:23 -05:00
window.rs Implement revamped RedrawRequested on Windows (#1050) 2019-12-22 11:17:23 -05:00
window_debug.rs X11: Fix window creation hangs when another application is fullscreen (#1248) 2019-11-22 17:11:04 -07:00
window_icon.rs examples/window_icon.rs: De-duplicate code (#988) 2019-06-27 11:59:13 -04:00
window_run_return.rs Move changelog entry into proper position 2019-12-22 11:17:24 -05:00