1SDL_WaitEvent(3)               SDL API Reference              SDL_WaitEvent(3)
2
3
4

NAME

6       SDL_WaitEvent - Waits indefinitely for the next available event.
7

SYNOPSIS

9       #include "SDL.h"
10
11       int SDL_WaitEvent(SDL_Event *event);
12

DESCRIPTION

14       Waits  indefinitely  for the next available event, returning 1, or 0 if
15       there was an error while waiting for events.
16
17       If event is not NULL, the next event is  removed  from  the  queue  and
18       stored in that area.
19

SEE ALSO

21       SDL_Event, SDL_PollEvent
22
23
24
25SDL                         Tue 11 Sep 2001, 23:00            SDL_WaitEvent(3)
Impressum