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

Mustard - Fix input backspace removing two chars #5

Closed
danfragoso opened this issue Nov 6, 2019 · 2 comments
Closed

Mustard - Fix input backspace removing two chars #5

danfragoso opened this issue Nov 6, 2019 · 2 comments

Comments

@danfragoso
Copy link
Owner

This bug seems to be a glfw bug, it apparently was fixed on glfw3.3 but the latest golang port is 3.2.

glfw/glfw#747

I might try to do something with the pooling rate or do something more hacky, something like a "debounce"

@danfragoso
Copy link
Owner Author

glfw3.3 is right around the corner.
I'll wait for a few more days to see if will be fixed on glfw3.3
go-gl/glfw#256

@danfragoso
Copy link
Owner Author

danfragoso commented Nov 6, 2019

Just figured out that the key event also was fired on keyUp.
Fixed on commit 18cfeb8

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

No branches or pull requests

1 participant