Wiki Page Content

Differences between revisions 2 and 3
Revision 2 as of 2010-07-29 06:51:36
Size: 1133
Editor: SheenaSmith
Comment: minor change
Revision 3 as of 2010-10-11 05:26:01
Size: 1202
Editor: SheenaSmith
Comment: update content - pointers, structs
Deletions are marked like this. Additions are marked like this.
Line 19: Line 19:

<<Color2(green,Is userdata an exception to the 'pointer rule'?)>>

DRAFT

SDL_GetEventFilter

Use this function to return the current event filter.

Syntax

SDL_bool SDL_GetEventFilter(SDL_EventFilter* filter,
                            void**           userdata)

Function Parameters

filter

a pointer to the SDL_!EventFilter to be read/called ???

userdata

a pointer to a pointer containing user-specified data

green

Return Value

Returns the current event filter. If there is no event filter set, this function returns SDL_FALSE.

green

Code Examples

You can add your code example here

Remarks

Can be used to "chain" filters.

*green

*


CategoryAPI, CategoryEvents

None: SDL_GetEventFilter (last edited 2013-08-08 22:36:07 by RyanGordon)

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