Query: sdl_geteventfilter
OS: suse
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
SDL_GetEventFilter(3) SDL API Reference SDL_GetEventFilter(3)NAMESDL_GetEventFilter - Retrieves a pointer to he event filterSYNOPSIS#include "SDL.h" SDL_EventFilter SDL_GetEventFilter(void);DESCRIPTIONThis 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);RETURN VALUEReturns a pointer to the event filter or NULL if no filter has been set.SEE ALSOSDL_Event, SDL_SetEventFilterSDLTue 11 Sep 2001, 22:59 SDL_GetEventFilter(3)
Related Man Pages |
---|
sdl_event(3) - redhat |
sdl_seteventfilter(3) - redhat |
sdl_event(3) - centos |
sdl_mousemotionevent(3) - centos |
sdl_seteventfilter(3) - centos |
Similar Topics in the Unix Linux Community |
---|
How to restrict user to a specific directory in solaris 10 |
Is UNIX an open source OS ? |
Migrating to UNIX |
The Future of the PM (Private Message) System at UNIX.com |
Shopt -s histappend |