Wiki Page Content

Revision 1 as of 2010-07-28 20:14:12

Clear message

DRAFT

SDL_HasEvents

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

Syntax

SDL_bool SDL_HasEvents(Uint32 minType,
                       Uint32 maxType)

Function Parameters

minType

the minimum number of the specified type of event

maxType

the maximum number of the specified type of event

Return Value

SDL_TRUE if ??? are present, or SDL_FALSE if ??? 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