Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:keycodes
(Results
1 - 14
of
14
) sorted by relevance
/third_party/glfw/src/
H
A
D
null_init.c
124
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
D
win32_init.c
202
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
D
wl_init.c
269
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
D
x11_init.c
217
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
D
cocoa_platform.h
176
short int
keycodes
[256];
member
H
A
D
null_platform.h
203
uint16_t
keycodes
[GLFW_NULL_SC_LAST + 1];
member
H
A
D
win32_platform.h
449
short int
keycodes
[512];
member
H
A
D
wl_window.c
1161
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
D
wl_platform.h
465
short int
keycodes
[256];
member
H
A
D
win32_window.c
736
key = _glfw.win32.
keycodes
[scancode];
in windowProc()
2278
const int key = _glfw.win32.
keycodes
[scancode];
in _glfwGetScancodeNameWin32()
H
A
D
x11_window.c
244
return _glfw.x11.
keycodes
[scancode];
in translateKey()
2912
const int key = _glfw.x11.
keycodes
[scancode];
in _glfwGetScancodeNameX11()
H
A
D
x11_platform.h
580
short int
keycodes
[256];
member
/third_party/skia/third_party/externals/imgui/backends/
H
A
D
imgui_impl_android.cpp
30
#include <android/
keycodes
.h>
/third_party/skia/tools/sk_app/android/
H
A
D
surface_glue_android.cpp
19
#include <android/
keycodes
.h>
Completed in 24 milliseconds