hi! great library!
the user’s guide says: “By default, GLFW does not report key repeats when a key is held down.” however, this does not seem to be true… in my app, i want some key presses to be reported always (for camera movement etc), but some should only be reported when the key is pressed, not when it is held down (to toggle lights etc)… how can i do this? calling glfwEnable/glfwDisable with GLFW_KEY_REPEAT didn’t help. thanks in advance!