| Domain | My Life | Resume | Documents | Calculators | Miscellaneous | Links | Projects | Site Methodology | Site Map |
|
Documentation
From my personal library, The Internet |
| Man Pages | RFC | HOWTO | SDK | Software |
SYNOPSIS
#include "SDL.h"
SDL_EventFilter SDL_GetEventFilter(void);
DESCRIPTION
This function retrieces a pointer to the event filter that was previ-
ously set using SDL_SetEventFilter. An SDL_EventFilter function is
defined as:
typedef int (*SDL_EventFilter)(const SDL_Event *event);
RETURN VALUE
Returns a pointer to the event filter or NULL if no filter has been
set.
SEE ALSO
SDL_Event, SDL_SetEventFilter
SDL Tue 11 Sep 2001, 22:59 SDL_GetEventFilter(3)
Man(1) output converted with man2html |