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

Quickfix glfw shift-key handling #661

Merged
merged 1 commit into from
Jul 23, 2024

Conversation

bolt-blue
Copy link

All of the glfw demo headers unset shift keypresses when the ctrl key is not also down.
I can't think of a reason this would be desired and it appears no other demo code does this.
Unless I'm mistaken, simply removing these lines leaves us with the desired behaviour.

All of the glfw demo headers unset shift keypresses when the ctrl key is not
also down.
I can't think of a reason this would be desired and it appears no other demo
code does this.
Unless I'm mistaken, simply removing these lines leaves us with the desired
behaviour.
Copy link
Contributor

@RobLoach RobLoach left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

While I don't often use the glfw runtime, this makes sense to me. Anyone else able to review? Thanks!

@RobLoach RobLoach merged commit 2795d90 into Immediate-Mode-UI:master Jul 23, 2024
1 check passed
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.

None yet

2 participants