Home
last modified time | relevance | path

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

/third_party/glfw/tests/
H A Devents.c172 case GLFW_KEY_KP_4: return "KEYPAD 4"; in get_key_name()
/third_party/glfw/src/
H A Dnull_init.c225 _glfw.null.keycodes[GLFW_NULL_SC_KP_4] = GLFW_KEY_KP_4; in _glfwInitNull()
H A Dx11_init.c57 case XK_KP_4: return GLFW_KEY_KP_4; in translateKeySyms()
142 case XK_KP_Left: return GLFW_KEY_KP_4; in translateKeySyms()
334 { GLFW_KEY_KP_4, "KP4" }, in createKeyTables()
H A Dwin32_init.c313 _glfw.win32.keycodes[0x04B] = GLFW_KEY_KP_4; in createKeyTables()
H A Dwl_init.c380 _glfw.wl.keycodes[KEY_KP4] = GLFW_KEY_KP_4; in createKeyTables()
/third_party/skia/third_party/externals/imgui/examples/libs/glfw/include/GLFW/
H A Dglfw3.h402 #define GLFW_KEY_KP_4 324 macro
/third_party/glfw/include/GLFW/
H A Dglfw3.h496 #define GLFW_KEY_KP_4 324 macro

Completed in 18 milliseconds