Flutter Linux Embedder
_FlKeyboardPendingEvent Struct Reference

Public Attributes

GObject parent_instance
 
FlKeyEvent * event
 
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 handler, 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 16 of file fl_keyboard_pending_event.cc.

Member Data Documentation

◆ any_handled

bool _FlKeyboardPendingEvent::any_handled

Definition at line 29 of file fl_keyboard_pending_event.cc.

◆ event

FlKeyEvent* _FlKeyboardPendingEvent::event

Definition at line 20 of file fl_keyboard_pending_event.cc.

◆ hash

uint64_t _FlKeyboardPendingEvent::hash

Definition at line 33 of file fl_keyboard_pending_event.cc.

◆ parent_instance

GObject _FlKeyboardPendingEvent::parent_instance

Definition at line 17 of file fl_keyboard_pending_event.cc.

◆ sequence_id

uint64_t _FlKeyboardPendingEvent::sequence_id

Definition at line 23 of file fl_keyboard_pending_event.cc.

◆ unreplied

size_t _FlKeyboardPendingEvent::unreplied

Definition at line 26 of file fl_keyboard_pending_event.cc.


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