winit/src/platform
Mads Marquart 3c3a863cc9
Remove functionality already exposed through raw-window-handle
Nothing changed from the user point of view, other than they should
use the `raw-window-handle`, which is objectively better, given that
it reduces the amount of `cfg` guards in downstream code.
2023-08-05 22:56:22 +04:00
..
android.rs On Android, change default implementation to ignore volume keys and let operating system handle them (#2748) 2023-06-06 23:04:51 +02:00
ios.rs Remove functionality already exposed through raw-window-handle 2023-08-05 22:56:22 +04:00
macos.rs Remove functionality already exposed through raw-window-handle 2023-08-05 22:56:22 +04:00
mod.rs Remove EventLoopExtRunReturn 2023-07-28 03:04:32 +04:00
modifier_supplement.rs Overhaul the Keyboard API 2023-05-28 21:02:59 +03:00
orbital.rs Redox OS support (#2588) 2023-01-05 06:58:08 -07:00
pump_events.rs Remove lifetime from the Event 2023-07-31 00:39:01 +04:00
run_ondemand.rs Remove lifetime from the Event 2023-07-31 00:39:01 +04:00
scancode.rs Use linux scancode values for KeyCodeExtScancode 2023-05-29 13:48:12 +03:00
startup_notify.rs Add platform::startup_notify for Wayland/X11 2023-07-20 13:16:51 +00:00
wayland.rs Remove functionality already exposed through raw-window-handle 2023-08-05 22:56:22 +04:00
web.rs Remove lifetime from the Event 2023-07-31 00:39:01 +04:00
windows.rs Remove functionality already exposed through raw-window-handle 2023-08-05 22:56:22 +04:00
x11.rs Remove functionality already exposed through raw-window-handle 2023-08-05 22:56:22 +04:00