Package io.flutter.embedding.android
Class KeyboardMap.PressingGoal
- java.lang.Object
-
- io.flutter.embedding.android.KeyboardMap.PressingGoal
-
- Enclosing class:
- KeyboardMap
public static class KeyboardMap.PressingGoal extends Object
An immutable configuration item that defines how to synchronize pressing modifiers (such as Shift or Ctrl), so that theKeyEmbedderResponder
must synthesize events until the combined pressing state ofkeys
matches the true meta state masked bymask
.
-
-
Field Summary
Fields Modifier and Type Field Description KeyboardMap.KeyPair[]
keys
int
mask
-
Constructor Summary
Constructors Constructor Description PressingGoal(int mask, KeyboardMap.KeyPair[] keys)
-
-
-
Field Detail
-
mask
public final int mask
-
keys
public final KeyboardMap.KeyPair[] keys
-
-
Constructor Detail
-
PressingGoal
public PressingGoal(int mask, KeyboardMap.KeyPair[] keys)
-
-