Flutter macOS Embedder
<FlutterKeyboardManagerEventContext> Protocol Reference

#import <FlutterKeyboardManager.h>

Inheritance diagram for <FlutterKeyboardManagerEventContext>:
FlutterViewController()

Instance Methods

(BOOL) - onTextInputKeyEvent:
 

Properties

NSResponder * nextResponder
 

Detailed Description

Provides context for a keyboard event. Implemented by FlutterViewController.

Definition at line 40 of file FlutterKeyboardManager.h.

Method Documentation

◆ onTextInputKeyEvent:

- (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|.

Property Documentation

◆ nextResponder

- (NSResponder*) nextResponder
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.


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