FabGL
ESP32 Display Controller and Graphics Library

◆ insertEvent()

bool insertEvent ( uiEvent const *  event)

Inserts (first position) an event in the event queue and returns without waiting for the receiver to process the event.

Parameters
eventEvent to insert. 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 615 of file fabui.cpp.