Home
last modified time | relevance | path

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

/third_party/glfw/tests/
H A Devents.c108 case GLFW_KEY_MINUS: return "MINUS"; in get_key_name()
/third_party/glfw/src/
H A Dnull_init.c130 _glfw.null.keycodes[GLFW_NULL_SC_MINUS] = GLFW_KEY_MINUS; in _glfwInitNull()
H A Dwin32_init.c248 _glfw.win32.keycodes[0x00C] = GLFW_KEY_MINUS; in createKeyTables()
H A Dx11_init.c192 case XK_minus: return GLFW_KEY_MINUS; in translateKeySyms()
248 { GLFW_KEY_MINUS, "AE11" }, in createKeyTables()
H A Dwl_init.c284 _glfw.wl.keycodes[KEY_MINUS] = GLFW_KEY_MINUS; in createKeyTables()
/third_party/skia/third_party/externals/imgui/examples/libs/glfw/include/GLFW/
H A Dglfw3.h305 #define GLFW_KEY_MINUS 45 /* - */ macro
2946 * - `GLFW_KEY_MINUS`
/third_party/glfw/include/GLFW/
H A Dglfw3.h399 #define GLFW_KEY_MINUS 45 /* - */ macro
4796 * - `GLFW_KEY_MINUS`

Completed in 18 milliseconds