Closed danfragoso closed 5 years ago
glfw3.3 is right around the corner. I'll wait for a few more days to see if will be fixed on glfw3.3 https://github.com/go-gl/glfw/pull/256
Just figured out that the key event also was fired on keyUp. Fixed on commit 18cfeb8
This bug seems to be a glfw bug, it apparently was fixed on glfw3.3 but the latest golang port is 3.2.
https://github.com/glfw/glfw/issues/747
I might try to do something with the pooling rate or do something more hacky, something like a "debounce"