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: 阅读全文
posted @ 2023-08-05 20:04 明天有风吹 阅读(43) 评论(0) 推荐(0) 编辑