s3d_push_event
push event onto stack
- Provided by: s3d-doc (Version: 0.2.2.1-3build1)
- Source: s3d
- Report a bug
push event onto stack
#include <s3d.h>
void s3d_push_event(struct s3d_evt *newevt);
Pushes an event onto the event-stack. Usually you don't need to do this manually.
Simon Wunderlich