bevy/crates/bevy_input/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
..
axis.rs add Axis::devices to get all the input devices (#5400) 2023-01-06 18:00:22 +00:00
common_conditions.rs Schedule-First: the new and improved add_systems (#8079) 2023-03-18 01:45:34 +00:00
gamepad.rs Require #[derive(Event)] on all Events (#7086) 2023-06-06 14:44:32 +00:00
input.rs reflect: stable type path v2 (#7184) 2023-06-05 20:31:20 +00:00
keyboard.rs Require #[derive(Event)] on all Events (#7086) 2023-06-06 14:44:32 +00:00
lib.rs Touchpad magnify and rotate events (#8791) 2023-06-08 20:31:43 +00:00
mouse.rs Require #[derive(Event)] on all Events (#7086) 2023-06-06 14:44:32 +00:00
touch.rs Require #[derive(Event)] on all Events (#7086) 2023-06-06 14:44:32 +00:00
touchpad.rs Touchpad magnify and rotate events (#8791) 2023-06-08 20:31:43 +00:00