Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mouse Relative Mode #1910

Closed
msiglreith opened this issue Dec 19, 2018 · 1 comment
Closed

Mouse Relative Mode #1910

msiglreith opened this issue Dec 19, 2018 · 1 comment

Comments

@msiglreith
Copy link
Contributor

0.7 uses raw input for receiving mouse delta data directly. while prior versions manually warped the mouse cursor back to the middle of screen and calculated the delta.

Raw inputs are not influenced by the mouse settings of the OS like mouse acceleration.
It would be nice to have an option to use the old relative mouse mode approach (see https://wiki.libsdl.org/SDL_HINT_MOUSE_RELATIVE_MODE_WARP).

@1stDecadeTW
Copy link

The gameplay feels weird with raw mouse input, and this is stoping players from migrating to the new 0.7 version (including me).

@oy oy closed this as completed in 8f2f42e Dec 24, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants