Flutter macOS Embedder
FlutterChannelKeyResponder() Category Reference

Properties

FlutterBasicMessageChannelchannel
 
uint64_t previouslyPressedFlags
 

Detailed Description

Definition at line 13 of file FlutterChannelKeyResponder.mm.

Property Documentation

◆ channel

- (FlutterBasicMessageChannel*) channel
readwritenonatomicassign

The channel used to communicate with Flutter.

Definition at line 18 of file FlutterChannelKeyResponder.mm.

◆ previouslyPressedFlags

- (uint64_t) previouslyPressedFlags
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.


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