#import <FlutterKeySecondaryResponder.h>
Instance Methods | |
(BOOL) | - handlePress: |
An interface for a responder that can process a key event and synchronously decide whether to handle the event.
To use this class, add it to a |FlutterKeyboardManager| with |addSecondaryResponder|.
Definition at line 17 of file FlutterKeySecondaryResponder.h.
|
required |
Informs the receiver that the user has interacted with a key.
The return value indicates whether it has handled the given event.
Default implementation returns NO.