Wiki Page Content

Revision 3 as of 2011-04-25 21:33:59

Clear message

DRAFT

SDL_DelEventWatch

Use this function to remove an event watch callback added with SDL_AddEventWatch().

Syntax

void SDL_DelEventWatch(SDL_EventFilter filter,
                       void*           userdata)

Function Parameters

filter

the function originally passed to SDL_AddEventWatch(); see Remarks for details

userdata

the pointer originally passed to SDL_AddEventWatch()

Code Examples

You can add your code example here

Remarks

This function takes the same input as SDL_AddEventWatch() to identify and delete the corresponding callback.


CategoryAPI, CategoryEvents

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