1SDL_GetEventFilter(3)          SDL API Reference         SDL_GetEventFilter(3)
2
3
4

NAME

6       SDL_GetEventFilter - Retrieves a pointer to he event filter
7

SYNOPSIS

9       #include "SDL.h"
10
11       SDL_EventFilter SDL_GetEventFilter(void);
12

DESCRIPTION

14       This  function  retrieces a pointer to the event filter that was previā€
15       ously set using  SDL_SetEventFilter.  An  SDL_EventFilter  function  is
16       defined as:
17
18       typedef int (*SDL_EventFilter)(const SDL_Event *event);
19

RETURN VALUE

21       Returns  a  pointer  to  the event filter or NULL if no filter has been
22       set.
23

SEE ALSO

25       SDL_Event, SDL_SetEventFilter
26
27
28
29SDL                         Tue 11 Sep 2001, 22:59       SDL_GetEventFilter(3)
Impressum