Wiki Page Content

Differences between revisions 1 and 2
Revision 1 as of 2010-07-28 20:14:12
Size: 869
Editor: SheenaSmith
Comment: update content - changeset 4624
Revision 2 as of 2010-09-24 23:25:02
Size: 927
Editor: SheenaSmith
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.

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


CategoryAPI, CategoryEvents

None: SDL_HasEvents (last edited 2013-08-08 22:48:43 by RyanGordon)

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