Flutter Engine
The Flutter Engine
|
Classes | |
class | KeyPair |
class | PressingGoal |
class | TogglingGoal |
Static Public Member Functions | |
static TogglingGoal[] | getTogglingGoals () |
Static Public Attributes | |
static final HashMap< Long, Long > | scanCodeToPhysical |
static final HashMap< Long, Long > | keyCodeToLogical |
static final PressingGoal[] | pressingGoals |
static final long | kValueMask = 0x000ffffffffL |
static final long | kUnicodePlane = 0x00000000000L |
static final long | kAndroidPlane = 0x01100000000L |
Static information used by KeyEmbedderResponder
.
Definition at line 18 of file KeyboardMap.java.
|
inlinestatic |
A list of toggling modifiers that must be synchronized on each key event.
The list is not a static variable but constructed by a function, because TogglingGoal
is mutable.
Definition at line 609 of file KeyboardMap.java.
|
static |
Definition at line 617 of file KeyboardMap.java.
|
static |
Maps from Android key codes KeyEvent#getKeyCode()
to Flutter logical keys.
Definition at line 313 of file KeyboardMap.java.
|
static |
Definition at line 616 of file KeyboardMap.java.
|
static |
Definition at line 615 of file KeyboardMap.java.
|
static |
Definition at line 581 of file KeyboardMap.java.
|
static |
Maps from Android scan codes KeyEvent#getScanCode()
to Flutter physical keys.
Definition at line 72 of file KeyboardMap.java.