Home
last modified time | relevance | path

Searched refs:GLFW_KEY_KP_8 (Results 1 - 7 of 7) sorted by relevance

/third_party/glfw/tests/
H A Devents.c176 case GLFW_KEY_KP_8: return "KEYPAD 8"; in get_key_name()
/third_party/glfw/src/
H A Dnull_init.c229 _glfw.null.keycodes[GLFW_NULL_SC_KP_8] = GLFW_KEY_KP_8; in _glfwInitNull()
H A Dx11_init.c61 case XK_KP_8: return GLFW_KEY_KP_8; in translateKeySyms()
145 case XK_KP_Up: return GLFW_KEY_KP_8; in translateKeySyms()
338 { GLFW_KEY_KP_8, "KP8" }, in createKeyTables()
H A Dwin32_init.c317 _glfw.win32.keycodes[0x048] = GLFW_KEY_KP_8; in createKeyTables()
H A Dwl_init.c384 _glfw.wl.keycodes[KEY_KP8] = GLFW_KEY_KP_8; in createKeyTables()
/third_party/skia/third_party/externals/imgui/examples/libs/glfw/include/GLFW/
H A Dglfw3.h406 #define GLFW_KEY_KP_8 328 macro
/third_party/glfw/include/GLFW/
H A Dglfw3.h500 #define GLFW_KEY_KP_8 328 macro

Completed in 17 milliseconds