SDL_WaitEvent(3) SDL API Reference SDL_WaitEvent(3)NAMESDL_WaitEvent- Waits indefinitely for the next available event.SYNOPSIS#include "SDL.h" int SDL_WaitEvent(SDL_Event *event);DESCRIPTIONWaits indefinitely for the next available event, returning 1, or 0 if there was an error while waiting for events. If event is not NULL, the next event is removed from the queue and stored in that area.SEE ALSOSDL_Event, SDL_PollEventSDLTue 11 Sep 2001, 23:00 SDL_WaitEvent(3)
| Related Man Pages |
|---|
| sdl_seteventfilter(3) - opensolaris |
| sdl_event(3) - redhat |
| sdl_mousemotionevent(3) - redhat |
| sdl_mousemotionevent(3) - centos |
| sdl_event(3) - suse |
| Similar Topics in the Unix Linux Community |
|---|
| Make all words begin with capital letter? |
| Create an unconfigured VMware host from a template that is set to do firstboot --reconfig |
| Tar Command |
| Docker learning Phase-I |
| About TODO |