winit/src/platform
Robert Bragg ae9b02e097 Add timeout argument to pump_events
This renames all internal implementations of pump_events_with_timeout
to pump_events and makes them public.

Since all platforms that support pump_events support timeouts there's
no need to have a separate API.
2023-07-28 03:04:32 +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 Add missing Hash impls on bitflags 2023-06-03 16:44:52 +03:00
macos.rs On macOS, add a way to query amount of tabbed windows 2023-07-14 08:01:40 +00: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 Add timeout argument to pump_events 2023-07-28 03:04:32 +04:00
run_ondemand.rs Add EventLoopExtPumpEvents and EventLoopExtRunOnDemand 2023-07-28 03:04:32 +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 Update wayland-rs to 0.30.0 2023-04-19 00:56:29 +03:00
web.rs On Web, add WindowBuilderExtWebSys::with_append() (#2953) 2023-07-12 17:11:52 +02:00
windows.rs Overhaul the Keyboard API 2023-05-28 21:02:59 +03:00
x11.rs On X11, fix errors bleeding from hooks handling them 2023-01-18 05:58:09 +03:00