Lines Matching defs:keys
407 // Retrieves and translates modifier keys
738 // The Ctrl keys require special handling
743 // Right side keys have the extended key bit set
778 // IME notifies that keys have been filtered by setting the
785 // HACK: Release both Shift keys on Shift up event, as when both
2130 // HACK: Release modifier keys that the system did not emit KEYUP for
2131 // NOTE: Shift keys on Windows tend to "stick" when both are pressed as
2144 const int keys[4][2] =
2154 const int vk = keys[i][0];
2155 const int key = keys[i][1];
2160 if (window->keys[key] != GLFW_PRESS)