SDL_GetEventFilter
NAMESYNOPSIS
DESCRIPTION
RETURN VALUE
SEE ALSO
NAME
SDL_GetEventFilter − Retrieves a pointer to he event filter
SYNOPSIS
#include "SDL.h"
SDL_EventFilter SDL_GetEventFilter(void);
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);
RETURN VALUE
Returns a pointer to the event filter or NULL if no filter has been set.
SEE ALSO
SDL_Event, SDL_SetEventFilter
More Linux Commands
manpages/systemd-efi-boot-generator.8.html
systemd-efi-boot-generator(8) Generator for automatically mo
systemd-efi-boot-generator is a generator that automatically creates mount and automount units for the EFI System Partition (ESP), mounting it to /boot. Note th
manpages/SDL_QuitEvent.3.html
SDL_QuitEvent(3) - Quit requested event - Linux manual page
SDL_QuitEvent is a member of the SDL_Event union and is used whan an event of type SDL_QUIT is reported. As can be seen, the SDL_QuitEvent structure serves no u
manpages/XSync.3.html
XSync(3) - handle output buffer or event queue (Man Page)...
The XFlush function flushes the output buffer. Most client applications need not use this function because the output buffer is automatically flushed as needed
manpages/appres.1.html
appres(1) - list X application resource database (Man Page)
The appres program prints the resources seen by an application (or subhierarchy of an application) with the specified class and instance names. It can be used t
manpages/tiffcp.1.html
tiffcp(1) copy (and possibly convert) a TIFF file (ManPage)
tiffcp combines one or more files created according to the Tag Image File Format, Revision 6.0 into a single TIFF file. Because the output file may be compresse
manpages/tiffsplit.1.html
tiffsplit(1) split a multi-image TIFF into single-image TIFF
tiffsplit takes a multi-directory (page) TIFF file and creates one or more single-directory (page) TIFF files from it. The output files are given names created
manpages/pthread_attr_getschedpolicy.3.html
pthread_attr_getschedpolicy(3) - set/get scheduling policy a
The pthread_attr_setschedpolicy() function sets the scheduling policy attribute of the thread attributes object referred to by attr to the value specified in po
manpages/XIDefineCursor.3.html
XIDefineCursor(3) - define device cursors - Linux man page
If a cursor is set, it will be used when the devices pointer is in the window. If the cursor is None, it is equivalent to XIUndefineCursor. The deviceid must be
manpages/tiffcmp.1.html
tiffcmp(1) compare two TIFF files - Linux manual page.......
Tiffcmp compares the tags and data in two files created according to the Tagged Image File Format, Revision 6.0. The schemes used for compressing data in each f
manpages/servertool.1.html
servertool(1) - The Java(TM) IDL Server Tool (Man Page).....
The servertool provides the command-line interface for the application programmers to register, unregister, startup, and shutdown a persistent server. Other com
manpages/Apache::TestReport.3pm.html
Apache::TestReport(3pm) - A parent class for generating bug/
This class is used to generate a bug or a success report, providing information about the system the code was running on. Overridable Methods config return the
manpages/IsModifierKey.3.html
IsModifierKey(3) - keysym classification macros (Man Page)
The IsCursorKey macro returns True if the specified KeySym is a cursor key. The IsFunctionKey macro returns True if the KeySym is a function key. The IsKeypadKe
