Flutter Engine
The Flutter Engine
Toggle main menu visibility
Main Page
Related Pages
Modules
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
y
Enumerations
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
:
[
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
[
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerator
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
y
Properties
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
z
Related Functions
:
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
y
z
Files
File List
File Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Enumerations
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
v
w
y
Enumerator
b
c
d
e
f
g
h
k
l
m
n
p
r
s
t
u
v
w
Macros
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Modules
Pages
third_party
skia
tools
skui
Key.h
Go to the documentation of this file.
1
// Copyright 2019 Google LLC.
2
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
3
#ifndef skui_key_DEFINED
4
#define skui_key_DEFINED
5
namespace
skui
{
6
enum class
Key
{
7
kNONE
,
//corresponds to android's UNKNOWN
8
9
kLeftSoftKey
,
10
kRightSoftKey
,
11
12
kHome
,
//!< the home key - added to match android
13
kBack
,
//!< (CLR)
14
kSend
,
//!< the green (talk) key
15
kEnd,
//!< the red key
16
17
k0
,
18
k1
,
19
k2
,
20
k3
,
21
k4
,
22
k5
,
23
k6
,
24
k7
,
25
k8
,
26
k9
,
27
kStar
,
//!< the * key
28
kHash
,
//!< the # key
29
30
kUp
,
31
kDown
,
32
kLeft,
33
kRight,
34
35
// Keys needed by ImGui
36
kTab,
37
kPageUp
,
38
kPageDown
,
39
kDelete,
40
kEscape
,
41
kShift,
42
kCtrl
,
43
kOption
,
// AKA Alt
44
kSuper
,
// AKA Command
45
kA,
46
kC,
47
kV
,
48
kX,
49
kY,
50
kZ
,
51
52
kOK
,
//!< the center key
53
54
kVolUp
,
//!< volume up - match android
55
kVolDown
,
//!< volume down - same
56
kPower
,
//!< power button - same
57
kCamera
,
//!< camera - same
58
};
59
}
// namespace skui
60
#endif
// skui_key_DEFINED
kBack
@ kBack
Definition:
SortBench.cpp:57
kUp
@ kUp
Definition:
embedder.h:973
kDown
@ kDown
Definition:
embedder.h:980
skui
Definition:
TextEditor.h:27
skui::Key
Key
Definition:
Key.h:6
skui::Key::k7
@ k7
skui::Key::k8
@ k8
skui::Key::kEscape
@ kEscape
skui::Key::kPageUp
@ kPageUp
skui::Key::kLeftSoftKey
@ kLeftSoftKey
skui::Key::k0
@ k0
skui::Key::kHome
@ kHome
the home key - added to match android
skui::Key::k6
@ k6
skui::Key::k9
@ k9
skui::Key::kVolUp
@ kVolUp
volume up - match android
skui::Key::kVolDown
@ kVolDown
volume down - same
skui::Key::k2
@ k2
skui::Key::kV
@ kV
skui::Key::kStar
@ kStar
the * key
skui::Key::kSuper
@ kSuper
skui::Key::k5
@ k5
skui::Key::kOption
@ kOption
skui::Key::k1
@ k1
skui::Key::kOK
@ kOK
the center key
skui::Key::kCamera
@ kCamera
camera - same
skui::Key::kRightSoftKey
@ kRightSoftKey
skui::Key::k4
@ k4
skui::Key::kZ
@ kZ
skui::Key::kPageDown
@ kPageDown
skui::Key::kPower
@ kPower
power button - same
skui::Key::kCtrl
@ kCtrl
skui::Key::kSend
@ kSend
the green (talk) key
skui::Key::kHash
@ kHash
the # key
skui::Key::kNONE
@ kNONE
skui::Key::k3
@ k3
Generated on Sun Jun 23 2024 21:56:51 for Flutter Engine by
1.9.4