Platform code should not generate key events with GLFW_REPEAT. GLFW_PRESS is translated into GLFW_REPEAT by shared code based on the key state cache. This confused the automatic key release logic into not generating an event with GLFW_RELEASE for a key being repeated when the window lost input focus.master
parent
850893a39f
commit
3f5dfeaf29
2 changed files with 2 additions and 1 deletions
Loading…
Reference in New Issue