Penguin
Note: You are viewing an old revision of this page. View the current version.

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.