Penguin

SDL_!WaitEvent?

SDL_!WaitEvent?

NAME SYNOPSIS DESCRIPTION SEE ALSO


NAME

SDL_!WaitEvent?- Waits indefinitely for the next available event.

SYNOPSIS

#include

int SDL_!WaitEvent?(__SDL_Event

  • event__);

DESCRIPTION

Waits 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 ALSO

SDL_Event, SDL_!PollEvent?


This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.