winit/src
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
..
platform Add timeout argument to pump_events 2023-07-28 03:04:32 +04:00
platform_impl Add timeout argument to pump_events 2023-07-28 03:04:32 +04:00
dpi.rs Implement PartialOrd/Ord for dpi module types 2023-05-16 05:11:43 +03:00
error.rs Add EventLoopExtPumpEvents and EventLoopExtRunOnDemand 2023-07-28 03:04:32 +04:00
event.rs Add platform::startup_notify for Wayland/X11 2023-07-20 13:16:51 +00:00
event_loop.rs Re-work event loop run() API so it can return a Result 2023-07-28 03:04:32 +04:00
icon.rs Fix clippy issues on stable 2023-01-27 07:18:58 +03:00
keyboard.rs Implement PartialOrd/Ord for KeyCode/NativeKeyCode 2023-07-01 19:07:35 +04:00
lib.rs Remove EventLoopExtRunReturn 2023-07-28 03:04:32 +04:00
monitor.rs Implement PartialOrd/Ord for dpi module types 2023-05-16 05:11:43 +03:00
window.rs Windows: Implement EventLoopExtPumpEvents and EventLoopExtRunOnDemand 2023-07-28 03:04:32 +04:00