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

Shift hold fix #47

Merged
merged 6 commits into from
May 14, 2024
Merged

Shift hold fix #47

merged 6 commits into from
May 14, 2024

Conversation

Alphalaneous
Copy link
Contributor

The shift key is normally not passed through to CCKeyboardDispatcher::dispatchKeyboardMSG, this means the modifier is never properly handled, allowing for an annoying bug where releasing shift while holding another key causes the original action to keep repeating after the key is released. This PR fixes this issue by passing shift inputs into dispatchKeyboardMSG.

@Alphalaneous
Copy link
Contributor Author

Found another bug, whoopsies, gonna fix that too

@Alphalaneous Alphalaneous reopened this May 12, 2024
@Capeling
Copy link

merge this for a cookie

@matcool matcool merged commit 642b7e3 into geode-sdk:main May 14, 2024
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.

3 participants