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:GLFW_KEY_UNKNOWN
(Results
1 - 8
of
8
) sorted by relevance
/third_party/glfw/tests/
H
A
D
events.c
404
if (key ==
GLFW_KEY_UNKNOWN
)
in key_callback()
/third_party/skia/third_party/externals/imgui/examples/libs/glfw/include/GLFW/
H
A
D
glfw3.h
299
#define
GLFW_KEY_UNKNOWN
-1
macro
2935
* If the key is `
GLFW_KEY_UNKNOWN
`, the scancode is used instead, otherwise
2937
* `
GLFW_KEY_UNKNOWN
`) a scancode that maps to a non-printable key is
2966
* @param[in] key The key to query, or `
GLFW_KEY_UNKNOWN
`.
3009
* @param[in] key The desired [keyboard key](@ref keys). `
GLFW_KEY_UNKNOWN
` is
3269
* a GLFW key token. Such keys have `key` set to `
GLFW_KEY_UNKNOWN
`, their
/third_party/glfw/src/
H
A
D
input.c
275
assert(key >= 0 || key ==
GLFW_KEY_UNKNOWN
);
in _glfwInputKey()
711
if (key !=
GLFW_KEY_UNKNOWN
)
in glfwGetKeyName()
H
A
D
x11_init.c
208
return
GLFW_KEY_UNKNOWN
;
in translateKeySyms()
363
int key =
GLFW_KEY_UNKNOWN
;
in createKeyTables()
383
if (key !=
GLFW_KEY_UNKNOWN
)
in createKeyTables()
H
A
D
x11_window.c
242
return
GLFW_KEY_UNKNOWN
;
in translateKey()
2913
if (key ==
GLFW_KEY_UNKNOWN
)
in _glfwGetScancodeNameX11()
H
A
D
wl_window.c
1164
return
GLFW_KEY_UNKNOWN
;
in translateKey()
2698
if (key ==
GLFW_KEY_UNKNOWN
)
in _glfwGetScancodeNameWayland()
H
A
D
win32_window.c
2279
if (key ==
GLFW_KEY_UNKNOWN
)
in _glfwGetScancodeNameWin32()
/third_party/glfw/include/GLFW/
H
A
D
glfw3.h
367
#define
GLFW_KEY_UNKNOWN
-1
macro
4785
* If the key is `
GLFW_KEY_UNKNOWN
`, the scancode is used to identify the key,
4787
* `
GLFW_KEY_UNKNOWN
` and a scancode that maps to a non-printable key, this
4820
* @param[in] key The key to query, or `
GLFW_KEY_UNKNOWN
`.
4891
* @param[in] key The desired [keyboard key](@ref keys). `
GLFW_KEY_UNKNOWN
` is
5177
* a GLFW key token. Such keys have `key` set to `
GLFW_KEY_UNKNOWN
`, their
Completed in 28 milliseconds