Home
last modified time | relevance | path

Searched refs:GLFW_KEY_KP_0 (Results 1 - 8 of 8) sorted by relevance

/third_party/glfw/src/
H A Dwin32_init.c309 _glfw.win32.keycodes[0x052] = GLFW_KEY_KP_0; in createKeyTables()
533 if (key >= GLFW_KEY_KP_0 && key <= GLFW_KEY_KP_ADD) in _glfwUpdateKeyNamesWin32()
542 vk = vks[key - GLFW_KEY_KP_0]; in _glfwUpdateKeyNamesWin32()
H A Dnull_init.c221 _glfw.null.keycodes[GLFW_NULL_SC_KP_0] = GLFW_KEY_KP_0; in _glfwInitNull()
H A Dx11_init.c53 case XK_KP_0: return GLFW_KEY_KP_0; in translateKeySyms()
138 case XK_KP_Insert: return GLFW_KEY_KP_0; in translateKeySyms()
330 { GLFW_KEY_KP_0, "KP0" }, in createKeyTables()
H A Dinput.c720 (key < GLFW_KEY_KP_0 || key > GLFW_KEY_KP_ADD) && in glfwGetKeyName()
H A Dwl_init.c376 _glfw.wl.keycodes[KEY_KP0] = GLFW_KEY_KP_0; in createKeyTables()
/third_party/glfw/tests/
H A Devents.c168 case GLFW_KEY_KP_0: return "KEYPAD 0"; in get_key_name()
/third_party/skia/third_party/externals/imgui/examples/libs/glfw/include/GLFW/
H A Dglfw3.h398 #define GLFW_KEY_KP_0 320 macro
2958 * - `GLFW_KEY_KP_0` to `GLFW_KEY_KP_9`
/third_party/glfw/include/GLFW/
H A Dglfw3.h492 #define GLFW_KEY_KP_0 320 macro
4808 * - `GLFW_KEY_KP_0` to `GLFW_KEY_KP_9`

Completed in 23 milliseconds