table of contents
other versions
- stretch 0.2.2-14
- testing 0.2.2-16
- unstable 0.2.2-16
- experimental 0.2.2-18
S3D_IGNORE_CALLBACK(3) | s3d Manual | S3D_IGNORE_CALLBACK(3) |
NAME¶
s3d_ignore_callback - ignores an eventSYNOPSIS¶
#include <s3d.h>
void s3d_ignore_callback(uint8_t event);
DESCRIPTION¶
Sets the callback on ignore, that means it won't be queued up for later use. An incoming event of this type will simply be skipped.AUTHOR¶
Simon WunderlichAuthor of s3d
s3d |