bevy_fly_camera
bevy_fly_camera copied to clipboard
Add an option to toggle mouselook independently of movement
This is useful for example when your app has a UI, and you need to disable mouse-look by default, to keep the cursor available for controlling the UI (and only enable mouse-look when clicking/dragging for example).
Let me know if you'd prefer an implementation where camera look/movement are more orthogonal.