Home
last modified time | relevance | path

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

/third_party/glfw/tests/
H A Devents.c178 case GLFW_KEY_KP_DIVIDE: return "KEYPAD DIVIDE"; in get_key_name()
/third_party/glfw/src/
H A Dnull_init.c232 _glfw.null.keycodes[GLFW_NULL_SC_KP_DIVIDE] = GLFW_KEY_KP_DIVIDE; in _glfwInitNull()
H A Dwin32_init.c321 _glfw.win32.keycodes[0x135] = GLFW_KEY_KP_DIVIDE; in createKeyTables()
H A Dx11_init.c132 case XK_KP_Divide: return GLFW_KEY_KP_DIVIDE; in translateKeySyms()
341 { GLFW_KEY_KP_DIVIDE, "KPDV" }, in createKeyTables()
H A Dwl_init.c372 _glfw.wl.keycodes[KEY_KPSLASH] = GLFW_KEY_KP_DIVIDE; in createKeyTables()
/third_party/skia/third_party/externals/imgui/examples/libs/glfw/include/GLFW/
H A Dglfw3.h409 #define GLFW_KEY_KP_DIVIDE 331 macro
2960 * - `GLFW_KEY_KP_DIVIDE`
/third_party/glfw/include/GLFW/
H A Dglfw3.h503 #define GLFW_KEY_KP_DIVIDE 331 macro
4810 * - `GLFW_KEY_KP_DIVIDE`

Completed in 17 milliseconds