Home
last modified time | relevance | path

Searched refs:GLFW_KEY_9 (Results 1 - 8 of 8) sorted by relevance

/third_party/glfw/tests/
H A Devents.c105 case GLFW_KEY_9: return "9"; in get_key_name()
H A Dcursor.c288 case GLFW_KEY_9: in key_callback()
/third_party/glfw/src/
H A Dnull_init.c142 _glfw.null.keycodes[GLFW_NULL_SC_9] = GLFW_KEY_9; in _glfwInitNull()
H A Dwin32_init.c214 _glfw.win32.keycodes[0x00A] = GLFW_KEY_9; in createKeyTables()
H A Dx11_init.c189 case XK_9: return GLFW_KEY_9; in translateKeySyms()
246 { GLFW_KEY_9, "AE09" }, in createKeyTables()
H A Dwl_init.c281 _glfw.wl.keycodes[KEY_9] = GLFW_KEY_9; in createKeyTables()
/third_party/skia/third_party/externals/imgui/examples/libs/glfw/include/GLFW/
H A Dglfw3.h317 #define GLFW_KEY_9 57 macro
2956 * - `GLFW_KEY_0` to `GLFW_KEY_9`
/third_party/glfw/include/GLFW/
H A Dglfw3.h411 #define GLFW_KEY_9 57 macro
4806 * - `GLFW_KEY_0` to `GLFW_KEY_9`

Completed in 19 milliseconds