s3d_pop_event
pop event from stack
- Provided by: s3d-doc (Version: 0.2.2.1-3build1)
- Source: s3d
- Report a bug
pop event from stack
#include <s3d.h>
struct s3d_evt *s3d_pop_event(void);
Pops the latest event from the stack. Don't forget to free() both the event and its buffer! Returns a pointer to struct s3d_evt.
Simon Wunderlich