Flutter Engine
The Flutter Engine
|
Public Member Functions | |
PressingGoal (int mask, KeyPair[] keys) | |
Public Attributes | |
final int | mask |
final KeyPair[] | keys |
An immutable configuration item that defines how to synchronize pressing modifiers (such as Shift or Ctrl), so that the KeyEmbedderResponder
must synthesize events until the combined pressing state of keys
matches the true meta state masked by mask
.
Definition at line 35 of file KeyboardMap.java.
|
inline |
Definition at line 36 of file KeyboardMap.java.
final KeyPair [] io.flutter.embedding.android.KeyboardMap.PressingGoal.keys |
Definition at line 42 of file KeyboardMap.java.
final int io.flutter.embedding.android.KeyboardMap.PressingGoal.mask |
Definition at line 41 of file KeyboardMap.java.