UM C API
6.16.1
|
Structure that holds the application callback to configure context-level source events. More...
#include <lbm.h>
Data Fields | |
lbm_context_src_cb_proc | func |
Function pointer for application callback. | |
lbm_event_queue_t * | evq |
Event queue to be used (NULL if not). See Event Queue Object. | |
void * | clientd |
Client data to be passed to the callback. | |
Structure that holds the application callback to configure context-level source events.
Set by the source_event_function (context) configuration option.
See lbm_context_src_event_func_t_stct for field definitions.