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

Public Attributes

GObject parent_instance
 
std::unique_ptr< FlKeyEventevent
 
uint64_t sequence_id
 
size_t unreplied
 
bool any_handled
 
uint64_t hash
 

Detailed Description

FlKeyboardPendingEvent: A record for events that have been received by the manager, but dispatched to other objects, whose results have yet to return.

This object is used by both the "pending_responds" list and the "pending_redispatches" list.

Definition at line 123 of file fl_keyboard_manager.cc.

Member Data Documentation

◆ any_handled

bool _FlKeyboardPendingEvent::any_handled

Definition at line 138 of file fl_keyboard_manager.cc.

◆ event

std::unique_ptr<FlKeyEvent> _FlKeyboardPendingEvent::event

Definition at line 129 of file fl_keyboard_manager.cc.

◆ hash

uint64_t _FlKeyboardPendingEvent::hash

Definition at line 142 of file fl_keyboard_manager.cc.

◆ parent_instance

GObject _FlKeyboardPendingEvent::parent_instance

Definition at line 124 of file fl_keyboard_manager.cc.

◆ sequence_id

uint64_t _FlKeyboardPendingEvent::sequence_id

Definition at line 134 of file fl_keyboard_manager.cc.

◆ unreplied

size_t _FlKeyboardPendingEvent::unreplied

Definition at line 136 of file fl_keyboard_manager.cc.


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