repro steps: - run live demo - watch `glfwGetKey` - press and hold `A` - observed behavior: `A` key state changes from `R` to `P` and shortly after it changes to `H` expected: `glfwGetKey` reported `A` key should remain in `P` state while the key is held per `glfwGetKey` spec