S3D_GET_CALLBACK(3) s3d Manual S3D_GET_CALLBACK(3)NAMEs3d_get_callback - get callback of eventSYNOPSIS#include <s3d.h> s3d_cb s3d_get_callback(uint8_t event);DESCRIPTIONReturns the Callback-function of the event. struct s3d_evt e; ... s3d_get_callback(S3D_EVENT_KEY)(e); // will call the key-handling function with argument e.AUTHORSimon Wunderlich Author of s3d s3d S3D_GET_CALLBACK(3)
| Related Man Pages |
|---|
| xcb_circulate_notify_event_t(3) - centos |
| xcb_circulate_request_event_t(3) - centos |
| xseteventqueueowner(3) - x11r4 |
| evmcallback(5) - hpux |
| ddi_add_event_handler(9f) - opensolaris |
| Similar Topics in the Unix Linux Community |
|---|
| Detecting unused variables... |
| Weird 'find' results |
| A (ksh) Library For and From UNIX.com |
| How to copy a column of multiple files and paste into new excel file (next to column)? |