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.
This commit is contained in:
daxpedda 2024-08-05 12:15:53 +02:00 committed by GitHub
parent b7a7f59298
commit 546962c904
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 9 additions and 79 deletions

View file

@ -488,7 +488,6 @@ impl ApplicationHandler for Application {
| WindowEvent::HoveredFileCancelled
| WindowEvent::KeyboardInput { .. }
| WindowEvent::CursorEntered { .. }
| WindowEvent::AxisMotion { .. }
| WindowEvent::DroppedFile(_)
| WindowEvent::HoveredFile(_)
| WindowEvent::Destroyed