Lines Matching defs:key
196 // Create key code translation tables
514 // Updates key names according to the current keyboard layout
518 int key;
523 for (key = GLFW_KEY_SPACE; key <= GLFW_KEY_LAST; key++)
529 scancode = _glfw.win32.scancodes[key];
533 if (key >= GLFW_KEY_KP_0 && key <= GLFW_KEY_KP_ADD)
542 vk = vks[key - GLFW_KEY_KP_0];
553 // This is a dead key, so we need a second simulated key press
564 _glfw.win32.keynames[key],
565 sizeof(_glfw.win32.keynames[key]),