Wiki Page Content

Revision 2 as of 2010-07-28 19:55:05

Clear message

DRAFT

SDL_HasEvent

Use this function to check to see if for certain event types are in the event queue.

Syntax

SDL_bool SDL_HasEvent(Uint32 type)

Function Parameters

type

the type of event to check for

green

mask

criteria by which to select events from the queue

Return Value

SDL_TRUE if events matching type are present, or SDL_FALSE if events matching type are not present. ???

Code Examples

You can add your code example here

Remarks

You can add useful comments here


CategoryAPI, CategoryEvents

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