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_PumpEvents(3) | SDL API Reference | SDL_PumpEvents(3) |
NAME
SDL_PumpEvents - Pumps the event loop, gathering events from the input devices.SYNOPSIS
#include "SDL.h"DESCRIPTION
Pumps the event loop, gathering events from the input devices.
Note:
You can only call this function in the thread that set the video mode.
SEE ALSO
SDL_PollEventTue 11 Sep 2001, 22:59 | SDL |