Results 1 - 9 of 9 results out of about 6838 pages. (3.53 seconds)
- SDL_EventState . . . 3 matches
- ...
= SDL_EventState =
Use this function to set the state of processing events by type.
<<TableOfContents()>>
== Syntax ==
{{{#!highlight cpp
Uint8 SDL_EventState(Uint32 type,
...
- SDL_DropEvent . . . 3 matches
- ...ate window: %s", SDL_GetError());
SDL_Quit();
return 1;
}
SDL_EventState(SDL_DROPFILE, SDL_ENABLE);
done = SDL_FALSE;
while (!done) { ...
- SDL_SysWMEvent . . . 2 matches
- ...re
}}}
== Remarks ==
This event is disabled by default. You can enable it with [[SDL_EventState]](). You are encouraged to avoid this if you can find a less platform-specific wa...
- SDL_SetEventFilter . . . 2 matches
- ...ent poll.
Note: Disabled events never make it to the event filter function; see [[SDL_EventState]]().
Note: If you just want to inspect events without filtering, you should use [...
- SDL_GetEventState . . . 1 match
- ...he rest of the markup alone and delete this comment.
== Related Functions ==
.[[SDL_EventState]]
----
[[CategoryAPI]], [[CategoryEvents]]
##See the Style Guide for instruction...
- Introduction . . . 1 match
- ...ller input
* Multitouch gestures
* Each event can be enabled or disabled with [[SDL_EventState]]()
* Events are passed through a user-specified filter function before being pos...
- CategorySWM . . . 1 match
- ...ndow event occurs. This event is ignored by default, but you can enable it with [[SDL_EventState]]().
== Enumerations ==
<<FullSearchCached(category:CategoryEnum CategorySWM -tit...
- CategoryEvents . . . 1 match
- ...##master-page:CategoryTemplate
##master-date:Unknown-Date
#format wiki
#language en
= Event Handling =
'''Include File(s):''' [[http://hg.libsdl.org/SDL/file/default/include/SDL...
- CategoryAPI . . . 1 match
- ...##master-page:CategoryTemplate
##master-date:Unknown-Date
#format wiki
#language en
= SDL 2.0 API by Name =
<<TableOfContents()>>
== Hints ==
<<FullSearchCached(category:Catego...
