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
