Home
last modified time | relevance | path

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

/third_party/glfw/tests/
H A Devents.c170 case GLFW_KEY_KP_2: return "KEYPAD 2"; in get_key_name()
/third_party/glfw/src/
H A Dnull_init.c223 _glfw.null.keycodes[GLFW_NULL_SC_KP_2] = GLFW_KEY_KP_2; in _glfwInitNull()
H A Dx11_init.c55 case XK_KP_2: return GLFW_KEY_KP_2; in translateKeySyms()
140 case XK_KP_Down: return GLFW_KEY_KP_2; in translateKeySyms()
332 { GLFW_KEY_KP_2, "KP2" }, in createKeyTables()
H A Dwin32_init.c311 _glfw.win32.keycodes[0x050] = GLFW_KEY_KP_2; in createKeyTables()
H A Dwl_init.c378 _glfw.wl.keycodes[KEY_KP2] = GLFW_KEY_KP_2; in createKeyTables()
/third_party/skia/third_party/externals/imgui/examples/libs/glfw/include/GLFW/
H A Dglfw3.h400 #define GLFW_KEY_KP_2 322 macro
/third_party/glfw/include/GLFW/
H A Dglfw3.h494 #define GLFW_KEY_KP_2 322 macro

Completed in 17 milliseconds