#import <FlutterKeyboardManager.h>
Instance Methods | |
(BOOL) | - onTextInputKeyEvent: |
Properties | |
NSResponder * | nextResponder |
Provides context for a keyboard event. Implemented by FlutterViewController.
Definition at line 40 of file FlutterKeyboardManager.h.
- (BOOL) onTextInputKeyEvent: | (nonnull NSEvent *) | event |
Dispatch events that are not handled by the keyboard event handlers to the text input handler.
This method typically forwards events to |TextInputPlugin.handleKeyEvent|.
|
readrequirednonatomicassign |
Get the next responder to dispatch events that the keyboard system (including text input) do not handle.
If the |nextResponder| is null, then those events will be discarded.
Definition at line 49 of file FlutterKeyboardManager.h.