|
⇤ ← Revision 1 as of 2010-07-28 20:14:12
Size: 869
Comment: update content - changeset 4624
|
Size: 927
Comment: minor change
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 21: | Line 21: |
| SDL_TRUE if ??? are present, or SDL_FALSE if ??? are not present. | Returns ^SDL_TRUE if between '''minType''' and '''maxType''' events are present, or SDL_FALSE if more or less are present^. |
DRAFT |
SDL_HasEvents
Use this function to check to see if for certain event types are in the event queue.
Contents
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
Returns SDL_TRUE if between '''minType''' and '''maxType''' events are present, or SDL_FALSE if more or less are present.
Code Examples
You can add your code example here
Remarks
You can add useful comments here
