Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Public Attributes | List of all members
_FlKeyResponderInterface Struct Reference

#include <fl_key_responder.h>

Public Attributes

GTypeInterface g_iface
 
void(* handle_event )(FlKeyResponder *responder, FlKeyEvent *event, uint64_t specified_logical_key, FlKeyResponderAsyncCallback callback, gpointer user_data)
 

Detailed Description

FlKeyResponder:

An interface for a responder that can process a key event and decides asynchronously whether to handle an event.

To use this class, add it with #fl_keyboard_manager_add_responder.

Definition at line 46 of file fl_key_responder.h.

Member Data Documentation

◆ g_iface

GTypeInterface _FlKeyResponderInterface::g_iface

Definition at line 47 of file fl_key_responder.h.

◆ handle_event

void(* _FlKeyResponderInterface::handle_event) (FlKeyResponder *responder, FlKeyEvent *event, uint64_t specified_logical_key, FlKeyResponderAsyncCallback callback, gpointer user_data)

FlKeyResponder::handle_event:

The implementation of fl_key_responder_handle_event.

Definition at line 54 of file fl_key_responder.h.


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