|
Size: 925
Comment: update content - w/ Matt, Sam (in progress)
|
Size: 868
Comment: remove draft (w/ Matt)
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 3: | Line 3: |
| ||<tablewidth="100%" style="color: #FF0000;" :> 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.
