Wiki Page Content

Revision 1 as of 2010-02-12 23:38:05

Clear message

DRAFT

SDL_PollEvent

Use this function to poll for currently pending events.

Syntax

int SDL_PollEvent(SDL_Event * event)

Function Parameters

event

If not NULL, the next event is removed from the queue and stored in event.

Return Value

Returns 1 if there are any pending events, or 0 if there are none available.

Code Examples

You can add your code example here

Remarks

You can add useful comments here


CategoryAPI, CategoryHeader


CategoryAPI

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