Home
Main website
Display Sidebar
Hide Ads
Recent Changes
View Source:
SDL_EventState(3)
Edit
PageHistory
Diff
Info
LikePages
SDL_!EventState !!!SDL_!EventState NAME SYNOPSIS DESCRIPTION SEE ALSO ---- !!NAME SDL_!EventState- This function allows you to set the state of processing certain events. !!SYNOPSIS __#include __ __Uint8 SDL_!EventState__(__Uint8 type, int state__); !!DESCRIPTION This function allows you to set the state of processing certain event __type__'s. If __state__ is set to __SDL_IGNORE__, that event __type__ will be automatically dropped from the event queue and will not be filtered. If __state__ is set to __SDL_ENABLE__, that event __type__ will be processed normally. If __state__ is set to __SDL_QUERY__, __SDL_!EventState__ will return the current processing state of the specified event __type__. A list of event __type__'s can be found in the __SDL_Event__ section. !!SEE ALSO __SDL_Event__ ----
One page links to
SDL_EventState(3)
:
SDLManPages
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.