Sortix nightly manual
This manual documents Sortix nightly, a development build that has not been officially released. You can instead view this document in the latest official manual.
SDL_WaitEvent(3) | SDL API Reference | SDL_WaitEvent(3) |
NAME
SDL_WaitEvent - Waits indefinitely for the next available event.SYNOPSIS
#include "SDL.h"DESCRIPTION
Waits indefinitely for the next available event, returning 1, or 0 if there was an error while waiting for events.SEE ALSO
SDL_Event, SDL_PollEventTue 11 Sep 2001, 23:00 | SDL |