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_PeepEvents(3) | SDL API Reference | SDL_PeepEvents(3) |
NAME
SDL_PeepEvents - Checks the event queue for messages and optionally returns them.SYNOPSIS
#include "SDL.h"DESCRIPTION
Checks the event queue for messages and optionally returns them.RETURN VALUE
This function returns the number of events actually stored, or -1 if there was an error.SEE ALSO
SDL_Event, SDL_PollEvent, SDL_PushEventTue 11 Sep 2001, 22:59 | SDL |