Home
last modified time | relevance | path

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

/third_party/glfw/tests/
H A Devents.c179 case GLFW_KEY_KP_MULTIPLY: return "KEYPAD MULTIPLY"; in get_key_name()
/third_party/glfw/src/
H A Dnull_init.c233 _glfw.null.keycodes[GLFW_NULL_SC_KP_MULTIPLY] = GLFW_KEY_KP_MULTIPLY; in _glfwInitNull()
H A Dwin32_init.c324 _glfw.win32.keycodes[0x037] = GLFW_KEY_KP_MULTIPLY; in createKeyTables()
H A Dx11_init.c133 case XK_KP_Multiply: return GLFW_KEY_KP_MULTIPLY; in translateKeySyms()
342 { GLFW_KEY_KP_MULTIPLY, "KPMU" }, in createKeyTables()
H A Dwl_init.c373 _glfw.wl.keycodes[KEY_KPASTERISK] = GLFW_KEY_KP_MULTIPLY; in createKeyTables()
/third_party/skia/third_party/externals/imgui/examples/libs/glfw/include/GLFW/
H A Dglfw3.h410 #define GLFW_KEY_KP_MULTIPLY 332 macro
2961 * - `GLFW_KEY_KP_MULTIPLY`
/third_party/glfw/include/GLFW/
H A Dglfw3.h504 #define GLFW_KEY_KP_MULTIPLY 332 macro
4811 * - `GLFW_KEY_KP_MULTIPLY`

Completed in 20 milliseconds