Mouse doesn't hide in controller mode and still moves camera
dude98 opened this issue ยท 2 comments
Describe the bug
Setting the mode to controller leaves the mouse visible, and still lets the mouse move the camera.
To Reproduce
Steps to reproduce the behavior:
- set mode to controller
- start world
- move mouse
- camera moves and mouse is shown on screen
Expected behavior
either the mouse to hide or the camera to be ignored.
This seems to be part of lambdacontrols itself, as setting mode to keyboard fixes it, but you can't use controller then.
I don't see this as an issue as in some cases you might need the mouse for a very specific edge case.
Plus, you can pretty much put the mouse outside the screen if really, or disable the virtual mouse option so it uses the hardware mouse instead.