Home
last modified time | relevance | path

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

/third_party/glfw/tests/
H A Devents.c113 case GLFW_KEY_SEMICOLON: return "SEMICOLON"; in get_key_name()
/third_party/glfw/src/
H A Dnull_init.c143 _glfw.null.keycodes[GLFW_NULL_SC_SEMICOLON] = GLFW_KEY_SEMICOLON; in _glfwInitNull()
H A Dwin32_init.c251 _glfw.win32.keycodes[0x027] = GLFW_KEY_SEMICOLON; in createKeyTables()
H A Dx11_init.c197 case XK_semicolon: return GLFW_KEY_SEMICOLON; in translateKeySyms()
271 { GLFW_KEY_SEMICOLON, "AC10" }, in createKeyTables()
H A Dwl_init.c307 _glfw.wl.keycodes[KEY_SEMICOLON] = GLFW_KEY_SEMICOLON; in createKeyTables()
/third_party/skia/third_party/externals/imgui/examples/libs/glfw/include/GLFW/
H A Dglfw3.h318 #define GLFW_KEY_SEMICOLON 59 /* ; */ macro
2949 * - `GLFW_KEY_SEMICOLON`
/third_party/glfw/include/GLFW/
H A Dglfw3.h412 #define GLFW_KEY_SEMICOLON 59 /* ; */ macro
4799 * - `GLFW_KEY_SEMICOLON`

Completed in 18 milliseconds