|
Size: 971
Comment: minor change
|
Size: 847
Comment: update content
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 18: | Line 18: |
| <<Color2(green,Was this really removed entirely?)>> ||'''mask'''||^criteria by which to select events from the queue^|| |
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 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
