We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
GLFW repeatedly sends GLFW.KeyState'Repeating when button is held down - https://www.glfw.org/docs/3.3/input_guide.html#input_key.
It gets mapped to Up here:
gloss/gloss/Graphics/Gloss/Internals/Interface/Backend/GLFW.hs
Line 348 in af1301a
Line 352 in af1301a
GLFW.KeyState'Repeating should be just ignored and mapping should be GLFW.KeyState'Pressed to Down and GLFW.KeyState'Released to UP
The text was updated successfully, but these errors were encountered:
ignore GLFW.KeyState'Repeating events. Closes benl23x5#52
ab5142a
Successfully merging a pull request may close this issue.
GLFW repeatedly sends GLFW.KeyState'Repeating when button is held down - https://www.glfw.org/docs/3.3/input_guide.html#input_key.
It gets mapped to Up here:
gloss/gloss/Graphics/Gloss/Internals/Interface/Backend/GLFW.hs
Line 348 in af1301a
gloss/gloss/Graphics/Gloss/Internals/Interface/Backend/GLFW.hs
Line 352 in af1301a
GLFW.KeyState'Repeating should be just ignored and mapping should be GLFW.KeyState'Pressed to Down and GLFW.KeyState'Released to UP
The text was updated successfully, but these errors were encountered: