Home
last modified time | relevance | path

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

/third_party/glfw/tests/
H A Devents.c182 case GLFW_KEY_KP_DECIMAL: return "KEYPAD DECIMAL"; in get_key_name()
/third_party/glfw/src/
H A Dnull_init.c231 _glfw.null.keycodes[GLFW_NULL_SC_KP_DECIMAL] = GLFW_KEY_KP_DECIMAL; in _glfwInitNull()
H A Dx11_init.c64 case XK_KP_Decimal: return GLFW_KEY_KP_DECIMAL; in translateKeySyms()
147 case XK_KP_Delete: return GLFW_KEY_KP_DECIMAL; in translateKeySyms()
340 { GLFW_KEY_KP_DECIMAL, "KPDL" }, in createKeyTables()
H A Dwin32_init.c320 _glfw.win32.keycodes[0x053] = GLFW_KEY_KP_DECIMAL; in createKeyTables()
H A Dwl_init.c386 _glfw.wl.keycodes[KEY_KPDOT] = GLFW_KEY_KP_DECIMAL; in createKeyTables()
/third_party/skia/third_party/externals/imgui/examples/libs/glfw/include/GLFW/
H A Dglfw3.h408 #define GLFW_KEY_KP_DECIMAL 330 macro
2959 * - `GLFW_KEY_KP_DECIMAL`
/third_party/glfw/include/GLFW/
H A Dglfw3.h502 #define GLFW_KEY_KP_DECIMAL 330 macro
4809 * - `GLFW_KEY_KP_DECIMAL`

Completed in 18 milliseconds