winit/examples
daxpedda 546962c904
Remove DeviceEvent::Motion and WindowEvent::AxisMotion
We decided to remove them because they contained too little information
for the user to be useful. The assumption is that they were originally
implemented to enable gamepad support, which we already decided we are
not going to add directly to Winit.
2024-08-05 13:15:53 +03:00
..
data Deprecate window creation with stale event loop 2024-02-21 14:44:29 +04:00
util Remove raw-window-handle v0.4 and v0.5 support (#3831) 2024-08-04 00:18:39 +02:00
child_window.rs Remove raw-window-handle v0.4 and v0.5 support (#3831) 2024-08-04 00:18:39 +02:00
control_flow.rs Change run_app(app: &mut A) to run_app(app: A) (#3721) 2024-07-11 15:38:09 +02:00
pump_events.rs Implement ApplicationHandler::can_create|destroy_surfaces() (#3765) 2024-06-30 00:41:57 +02:00
run_on_demand.rs Implement ApplicationHandler::can_create|destroy_surfaces() (#3765) 2024-06-30 00:41:57 +02:00
window.rs Remove DeviceEvent::Motion and WindowEvent::AxisMotion 2024-08-05 13:15:53 +03:00
x11_embed.rs Change run_app(app: &mut A) to run_app(app: A) (#3721) 2024-07-11 15:38:09 +02:00