bevy
bevy 0.11 camera2d zoom and pan with touchpad on macos
```rust use bevy::prelude::*; use bevy::{input::mouse::MouseWheel, render::camera::ScalingMode}; use bevy::input::touchpad::TouchpadMagnify; use bevy: ......
bevy cursor to world
 # 代码 ```rust //! bevy version: 0.11 //! Spawn a ball on the ......