-
Notifications
You must be signed in to change notification settings - Fork 260
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
Sticky shift key #232
Comments
Wait no it looks like it's a bevy problem? |
Yeah it's a bevy problem. Should be fixed by bevyengine/bevy#10702. |
Update: It was not fixed. This problem is still occurring to me in |
I opened a PR with a fix in #298 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The bug
Pressing the Shift key once causes it to remain pressed after releasing it. This usually doesn't affect anything but it does effect
ScrollArea
scrolling, which forces horizontal scrolling after Shift was pressed.Example
It will start out printing
pressed? false
. But after tapping Shift it will only printpressed? true
The text was updated successfully, but these errors were encountered: