Wiki Page Content

Revision 4 as of 2013-08-08 22:22:31

Clear message

SDL_FlushEvent

Use this function to clear events from the event queue.

Syntax

void SDL_FlushEvent(Uint32 type)

Function Parameters

type

the type of event to be cleared; see SDL_EventType for details

Code Examples

You can add your code example here

Remarks

This will unconditionally remove any events from the queue that match type. If you need to remove a range of event types, use SDL_FlushEvents() instead.

It's also normal to just ignore events you don't care about in your event loop.


CategoryAPI, CategoryEvents

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