DRAFT |
SDL_HasEvent
Use this function to check to see if for certain event types are in the event queue.
Contents
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
