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

Fixed bottom-left deadzone #151

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

skd988
Copy link

@skd988 skd988 commented Jun 2, 2021

There used to be a problem where moving the joystick to bottom-left will not make the cursor move. This was caused by an overflow in the calculation of lengthsq in handleMouseMovement. I added unsigned int to solve it.

There used to be a problem where moving the joystick to bottom-left will not make the cursor move. This was caused by an overflow in the calculation of lengthsq in handleMouseMovement. I added unsigned int to solve it.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant