FabGL
ESP32 Display Controller and Graphics Library

◆ postEvent()

bool postEvent ( uiEvent const *  event)

Places an event in the event queue and returns without waiting for the receiver to process the event.

Parameters
eventEvent to send. A copy of the event is sent.
Returns
True if the event is correctly placed. False if there is no available space in the event queue

Definition at line 609 of file fabui.cpp.