This function is used by GrMainLoop() to dispatch events to its event callback function. You can use this function if you intend to roll your own event dispatcher rather than to use GrMainLoop().
Type | Name | Description |
---|---|---|
void* | rfdset | A pointer to the file descriptor set that select received. |
GR_FNCALLBACKEVENT | fncb | A pointer to the event callback function. This callback function will be called each time an event enters the nano-X event queue. |