bevy/crates/bevy_winit/src
Jim Eckerlein 008030357b
Touchpad magnify and rotate events (#8791)
# Objective

The goal of this PR is to receive touchpad magnification and rotation
events.

## Solution

Implement pendants for winit's `TouchpadMagnify` and `TouchpadRotate`
events.

Adjust the `mouse_input_events.rs` example to debug magnify and rotate
events.

Since winit only reports these events on macOS, the Bevy events for
touchpad magnification and rotation are currently only fired on macOS.
2023-06-08 20:31:43 +00:00
..
accessibility.rs Require #[derive(Event)] on all Events (#7086) 2023-06-06 14:44:32 +00:00
converters.rs Support to set window theme and expose system window theme changed event (#8593) 2023-06-05 21:04:22 +00:00
lib.rs Touchpad magnify and rotate events (#8791) 2023-06-08 20:31:43 +00:00
system.rs Support to set window theme and expose system window theme changed event (#8593) 2023-06-05 21:04:22 +00:00
web_resize.rs Schedule-First: the new and improved add_systems (#8079) 2023-03-18 01:45:34 +00:00
winit_config.rs Fixed several missing links in docs. (#8117) 2023-04-23 17:28:36 +00:00
winit_windows.rs Support to set window theme and expose system window theme changed event (#8593) 2023-06-05 21:04:22 +00:00