Home
last modified time | relevance | path

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

/third_party/glfw/tests/
H A Devents.c171 case GLFW_KEY_KP_3: return "KEYPAD 3"; in get_key_name()
/third_party/glfw/src/
H A Dnull_init.c224 _glfw.null.keycodes[GLFW_NULL_SC_KP_3] = GLFW_KEY_KP_3; in _glfwInitNull()
H A Dx11_init.c56 case XK_KP_3: return GLFW_KEY_KP_3; in translateKeySyms()
141 case XK_KP_Page_Down: return GLFW_KEY_KP_3; in translateKeySyms()
333 { GLFW_KEY_KP_3, "KP3" }, in createKeyTables()
H A Dwin32_init.c312 _glfw.win32.keycodes[0x051] = GLFW_KEY_KP_3; in createKeyTables()
H A Dwl_init.c379 _glfw.wl.keycodes[KEY_KP3] = GLFW_KEY_KP_3; in createKeyTables()
/third_party/skia/third_party/externals/imgui/examples/libs/glfw/include/GLFW/
H A Dglfw3.h401 #define GLFW_KEY_KP_3 323 macro
/third_party/glfw/include/GLFW/
H A Dglfw3.h495 #define GLFW_KEY_KP_3 323 macro

Completed in 17 milliseconds