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 be queried ???; see [[SDL_Event]]/[[SDL_EventType]] ??? for details

Return Value

Returns 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

SDL_HasEvent (last edited 2010-10-11 05:27:46 by SheenaSmith)

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