SDL_GetEventFilter
Description
This function retrieces a pointer to the event filter that was previously set using SDL_SetEventFilter. An SDL_EventFilter function is defined as:
typedef int (*SDL_EventFilter)(const SDL_Event *event);
This function retrieces a pointer to the event filter that was previously set using SDL_SetEventFilter. An SDL_EventFilter function is defined as:
typedef int (*SDL_EventFilter)(const SDL_Event *event);