Home
last modified time | relevance | path

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

/third_party/glfw/tests/
H A Devents.c114 case GLFW_KEY_APOSTROPHE: return "APOSTROPHE"; in get_key_name()
/third_party/glfw/src/
H A Dnull_init.c128 _glfw.null.keycodes[GLFW_NULL_SC_APOSTROPHE] = GLFW_KEY_APOSTROPHE; in _glfwInitNull()
H A Dwin32_init.c242 _glfw.win32.keycodes[0x028] = GLFW_KEY_APOSTROPHE; in createKeyTables()
H A Dx11_init.c198 case XK_apostrophe: return GLFW_KEY_APOSTROPHE; in translateKeySyms()
272 { GLFW_KEY_APOSTROPHE, "AC11" }, in createKeyTables()
H A Dinput.c721 (key < GLFW_KEY_APOSTROPHE || key > GLFW_KEY_WORLD_2)) in glfwGetKeyName()
H A Dwl_init.c308 _glfw.wl.keycodes[KEY_APOSTROPHE] = GLFW_KEY_APOSTROPHE; in createKeyTables()
/third_party/skia/third_party/externals/imgui/examples/libs/glfw/include/GLFW/
H A Dglfw3.h303 #define GLFW_KEY_APOSTROPHE 39 /* ' */ macro
2944 * - `GLFW_KEY_APOSTROPHE`
/third_party/glfw/include/GLFW/
H A Dglfw3.h397 #define GLFW_KEY_APOSTROPHE 39 /* ' */ macro
4794 * - `GLFW_KEY_APOSTROPHE`

Completed in 19 milliseconds