GLFW_MOD_CAPS_LOCK

If this bit is set the Caps Lock key is enabled.

If this bit is set the Caps Lock key is enabled and the @ref GLFW_LOCK_KEY_MODS input mode is set.

extern (C) @nogc nothrow __gshared
enum GLFW_MOD_CAPS_LOCK = 0x0010;

Meta