Wiki Page Content

Revision 1 as of 2010-03-24 19:37:12

Clear message

DRAFT

SDL_PumpEvents

Use this function to pump the event loop, gathering events from the input devices.

Syntax

void SDL_PumpEvents(void)

Code Examples

You can add your code example here

Remarks

This function updates the event queue and internal input device state.

This should only be run in the thread that sets the video mode.


CategoryAPI, CategoryEvents

(Page Info.)
Feedback
Please include your contact information if you'd like to receive a reply.
Submit