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

Avoid monitoring special keys when the window is not in focus #476

Merged
merged 2 commits into from
Mar 30, 2024

Conversation

a740g
Copy link
Contributor

@a740g a740g commented Mar 30, 2024

This PR fixes the issue reported here.

Instead of making custom modifications to FreeGLUT, we will simply add a check within the GLUT_key_special() function to monitor special keys only when the QB64 window is in focus.

@a740g a740g added bug Something isn't working enhancement New feature or request labels Mar 30, 2024
@a740g a740g self-assigned this Mar 30, 2024
@a740g a740g merged commit 74116f7 into QB64-Phoenix-Edition:main Mar 30, 2024
4 checks passed
@a740g a740g deleted the key-special-fix branch March 30, 2024 17:19
@a740g a740g mentioned this pull request May 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants