Wiki Page Content

Revision 1 as of 2010-07-28 20:27:20

Clear message

DRAFT

SDL_FlushEvents

Use this function to clear events from the event queue.

Syntax

void SDL_FlushEvents(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

Code Examples

You can add your code example here

Remarks

You can add useful comments here


CategoryAPI, CategoryEvents

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