Properties | |
FlutterBasicMessageChannel * | channel |
uint64_t | previouslyPressedFlags |
Definition at line 13 of file FlutterChannelKeyResponder.mm.
|
readwritenonatomicassign |
The channel used to communicate with Flutter.
Definition at line 18 of file FlutterChannelKeyResponder.mm.
|
readwritenonatomicassign |
The |NSEvent.modifierFlags| of the last event received.
Used to determine whether a FlagsChanged event should count as a keydown or a keyup event.
Definition at line 26 of file FlutterChannelKeyResponder.mm.