![]() |
µGFX
2.9
version 2.9
|
#include "../../gfx.h"
Go to the source code of this file.
Functions | |
void | geventListenerInit (GListener *pl) |
Create a Listener. More... | |
gBool | geventAttachSource (GListener *pl, GSourceHandle gsh, gU32 flags) |
Attach a source to a listener. More... | |
void | geventDetachSource (GListener *pl, GSourceHandle gsh) |
Detach a source from a listener. More... | |
GEvent * | geventEventWait (GListener *pl, gDelay timeout) |
Wait for an event on a listener from an assigned source. More... | |
void | geventEventComplete (GListener *pl) |
Release the GEvent buffer associated with a listener. More... | |
GSourceListener * | geventGetSourceListener (GSourceHandle gsh, GSourceListener *lastlr) |
Called by a source with a possible event to get a listener record. More... | |
GEvent * | geventGetEventBuffer (GSourceListener *psl) |
Get the event buffer from the GSourceListener. More... | |
void | geventSendEvent (GSourceListener *psl) |
Called by a source to indicate the listener's event buffer has been filled. More... | |
void | geventDetachSourceListeners (GSourceHandle gsh) |
Detach any listener that has this source attached. More... | |