Wiki Page Content

Differences between revisions 4 and 5
Revision 4 as of 2011-04-25 21:35:27
Size: 868
Editor: SheenaSmith
Comment: remove draft (w/ Matt)
Revision 5 as of 2011-11-07 01:19:18
Size: 864
Editor: SheenaSmith
Comment: camelcase pragma change
Deletions are marked like this. Additions are marked like this.
Line 2: Line 2:
#pragma disable-camelcase #pragma camelcase off

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

None: SDL_DelEventWatch (last edited 2011-11-07 01:19:18 by SheenaSmith)

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