bevy/crates/bevy_winit
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
..
src Touchpad magnify and rotate events (#8791) 2023-06-08 20:31:43 +00:00
Cargo.toml remove some use of once_cell that can be replace with new std (#8739) 2023-06-01 21:55:18 +00:00