Wiki Page Content

Differences between revisions 2 and 3
Revision 2 as of 2010-10-11 05:19:39
Size: 671
Editor: SheenaSmith
Comment: minor change
Revision 3 as of 2013-08-08 22:20:29
Size: 789
Editor: RyanGordon
Comment: Edited
Deletions are marked like this. Additions are marked like this.
Line 3: Line 3:
||<tablewidth="100%" style="color: #FF0000;" :> DRAFT||
Line 6: Line 5:
Use this function to clear ^an^ event,,s,, from the event queue. Use this function to clear events from the event queue.
Line 16: Line 15:
||'''type'''||^the type of event to be cleared???; see [[SDL_Event]]/[[SDL_EventType]] ??? for details^|| ||'''type'''||the type of event to be cleared; see [[SDL_EventType]] for details||
Line 24: Line 23:
''You can add useful comments here'' 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.

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

None: SDL_FlushEvent (last edited 2014-07-09 08:33:26 by Sam Lantinga)

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