mirror of
https://github.com/glfw/glfw.git
synced 2026-08-02 11:38:57 +02:00
This adds the GLFW_MOD_CAPS_LOCK and GLFW_MOD_NUM_LOCK modifier bits. Set the GLFW_LOCK_KEY_MODS input mode to enable these for all callbacks that receive modifier bits. Fixes #946.