Home
last modified time | relevance | path

Searched refs:keycodes (Results 1 - 14 of 14) sorted by relevance

/third_party/glfw/src/
H A Dnull_init.c124 memset(_glfw.null.keycodes, -1, sizeof(_glfw.null.keycodes)); in _glfwInitNull()
127 _glfw.null.keycodes[GLFW_NULL_SC_SPACE] = GLFW_KEY_SPACE; in _glfwInitNull()
128 _glfw.null.keycodes[GLFW_NULL_SC_APOSTROPHE] = GLFW_KEY_APOSTROPHE; in _glfwInitNull()
129 _glfw.null.keycodes[GLFW_NULL_SC_COMMA] = GLFW_KEY_COMMA; in _glfwInitNull()
130 _glfw.null.keycodes[GLFW_NULL_SC_MINUS] = GLFW_KEY_MINUS; in _glfwInitNull()
131 _glfw.null.keycodes[GLFW_NULL_SC_PERIOD] = GLFW_KEY_PERIOD; in _glfwInitNull()
132 _glfw.null.keycodes[GLFW_NULL_SC_SLASH] = GLFW_KEY_SLASH; in _glfwInitNull()
133 _glfw.null.keycodes[GLFW_NULL_SC_0] = GLFW_KEY_0; in _glfwInitNull()
134 _glfw.null.keycodes[GLFW_NULL_SC_ in _glfwInitNull()
[all...]
H A Dwin32_init.c202 memset(_glfw.win32.keycodes, -1, sizeof(_glfw.win32.keycodes)); in createKeyTables()
205 _glfw.win32.keycodes[0x00B] = GLFW_KEY_0; in createKeyTables()
206 _glfw.win32.keycodes[0x002] = GLFW_KEY_1; in createKeyTables()
207 _glfw.win32.keycodes[0x003] = GLFW_KEY_2; in createKeyTables()
208 _glfw.win32.keycodes[0x004] = GLFW_KEY_3; in createKeyTables()
209 _glfw.win32.keycodes[0x005] = GLFW_KEY_4; in createKeyTables()
210 _glfw.win32.keycodes[0x006] = GLFW_KEY_5; in createKeyTables()
211 _glfw.win32.keycodes[0x007] = GLFW_KEY_6; in createKeyTables()
212 _glfw.win32.keycodes[ in createKeyTables()
[all...]
H A Dwl_init.c269 memset(_glfw.wl.keycodes, -1, sizeof(_glfw.wl.keycodes)); in createKeyTables()
272 _glfw.wl.keycodes[KEY_GRAVE] = GLFW_KEY_GRAVE_ACCENT; in createKeyTables()
273 _glfw.wl.keycodes[KEY_1] = GLFW_KEY_1; in createKeyTables()
274 _glfw.wl.keycodes[KEY_2] = GLFW_KEY_2; in createKeyTables()
275 _glfw.wl.keycodes[KEY_3] = GLFW_KEY_3; in createKeyTables()
276 _glfw.wl.keycodes[KEY_4] = GLFW_KEY_4; in createKeyTables()
277 _glfw.wl.keycodes[KEY_5] = GLFW_KEY_5; in createKeyTables()
278 _glfw.wl.keycodes[KEY_6] = GLFW_KEY_6; in createKeyTables()
279 _glfw.wl.keycodes[KEY_ in createKeyTables()
[all...]
H A Dx11_init.c217 memset(_glfw.x11.keycodes, -1, sizeof(_glfw.x11.keycodes)); in createKeyTables()
405 _glfw.x11.keycodes[scancode] = key; in createKeyTables()
424 if (_glfw.x11.keycodes[scancode] < 0) in createKeyTables()
427 _glfw.x11.keycodes[scancode] = translateKeySyms(&keysyms[base], width); in createKeyTables()
431 if (_glfw.x11.keycodes[scancode] > 0) in createKeyTables()
432 _glfw.x11.scancodes[_glfw.x11.keycodes[scancode]] = scancode; in createKeyTables()
H A Dcocoa_platform.h176 short int keycodes[256]; member
H A Dnull_platform.h203 uint16_t keycodes[GLFW_NULL_SC_LAST + 1]; member
H A Dwin32_platform.h449 short int keycodes[512]; member
H A Dwl_window.c1161 if (scancode < sizeof(_glfw.wl.keycodes) / sizeof(_glfw.wl.keycodes[0])) in translateKey()
1162 return _glfw.wl.keycodes[scancode]; in translateKey()
2697 const int key = _glfw.wl.keycodes[scancode]; in _glfwGetScancodeNameWayland()
H A Dwl_platform.h465 short int keycodes[256]; member
H A Dwin32_window.c736 key = _glfw.win32.keycodes[scancode]; in windowProc()
2278 const int key = _glfw.win32.keycodes[scancode]; in _glfwGetScancodeNameWin32()
H A Dx11_window.c244 return _glfw.x11.keycodes[scancode]; in translateKey()
2912 const int key = _glfw.x11.keycodes[scancode]; in _glfwGetScancodeNameX11()
H A Dx11_platform.h580 short int keycodes[256]; member
/third_party/skia/third_party/externals/imgui/backends/
H A Dimgui_impl_android.cpp30 #include <android/keycodes.h>
/third_party/skia/tools/sk_app/android/
H A Dsurface_glue_android.cpp19 #include <android/keycodes.h>

Completed in 24 milliseconds