Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Instance Methods | List of all members
<FlutterKeySecondaryResponder> Protocol Reference

#include <FlutterKeySecondaryResponder.h>

Instance Methods

(BOOL- handlePress:
 

Detailed Description

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.

Method Documentation

◆ handlePress:

- (BOOL) handlePress: (ios(13.4))  API_AVAILABLE
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.


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