Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
io.flutter.embedding.android.KeyboardMap.PressingGoal Class Reference

Public Member Functions

 PressingGoal (int mask, KeyPair[] keys)
 

Public Attributes

final int mask
 
final KeyPair[] keys
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ PressingGoal()

io.flutter.embedding.android.KeyboardMap.PressingGoal.PressingGoal ( int  mask,
KeyPair[]  keys 
)
inline

Definition at line 36 of file KeyboardMap.java.

Member Data Documentation

◆ keys

final KeyPair [] io.flutter.embedding.android.KeyboardMap.PressingGoal.keys

Definition at line 42 of file KeyboardMap.java.

◆ mask

final int io.flutter.embedding.android.KeyboardMap.PressingGoal.mask

Definition at line 41 of file KeyboardMap.java.


The documentation for this class was generated from the following file: