LambdAurora / LambdaControls

A minecraft mod which adds better controls and controller support.
MIT License
67 stars 20 forks source link

Mouse doesn't hide in controller mode and still moves camera #65

Open dude98 opened 3 years ago

dude98 commented 3 years ago

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:

  1. set mode to controller
  2. start world
  3. move mouse
  4. 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.

LambdAurora commented 3 years ago

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.

dude98 commented 3 years ago

The Problem i have with it is that if you move the mouse at all, when you reopen the inventory, the cursor is with the mouse again, rather than where it last was.