Wiki Page Content

Revision 1 as of 2010-05-14 22:48:37

Clear message

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

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.


CategoryAPI, CategoryEvents

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