Home
last modified time | relevance | path

Searched refs:GLFW_KEY_A (Results 1 - 10 of 10) sorted by relevance

/third_party/glfw/tests/
H A Diconify.c80 case GLFW_KEY_A: in key_callback()
H A Devents.c71 case GLFW_KEY_A: return "A"; in get_key_name()
H A Dcursor.c164 case GLFW_KEY_A: in key_callback()
/third_party/glfw/src/
H A Dnull_init.c145 _glfw.null.keycodes[GLFW_NULL_SC_A] = GLFW_KEY_A; in _glfwInitNull()
H A Dwin32_init.c215 _glfw.win32.keycodes[0x01E] = GLFW_KEY_A; in createKeyTables()
H A Dx11_init.c155 case XK_a: return GLFW_KEY_A; in translateKeySyms()
262 { GLFW_KEY_A, "AC01" }, in createKeyTables()
H A Dwl_init.c298 _glfw.wl.keycodes[KEY_A] = GLFW_KEY_A; in createKeyTables()
/third_party/skia/third_party/externals/imgui/examples/libs/glfw/include/GLFW/
H A Dglfw3.h320 #define GLFW_KEY_A 65 macro
2957 * - `GLFW_KEY_A` to `GLFW_KEY_Z`
/third_party/skia/third_party/externals/imgui/backends/
H A Dimgui_impl_glfw.cpp234 io.KeyMap[ImGuiKey_A] = GLFW_KEY_A; in ImGui_ImplGlfw_Init()
/third_party/glfw/include/GLFW/
H A Dglfw3.h414 #define GLFW_KEY_A 65 macro
4807 * - `GLFW_KEY_A` to `GLFW_KEY_Z`

Completed in 21 milliseconds