|
⇤ ← Revision 1 as of 2010-05-14 22:48:37
Size: 1025
Comment: create page, add content (Wed Mar 10 ver; changeset 4428)
|
Size: 1133
Comment: minor change
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 17: | Line 17: |
| ||'''filter'''||a pointer to the SDL_!EventFilter to be read/called ???|| ||'''userdata'''||a pointer to a pointer containing user-specified data|| |
||'''filter'''||^a pointer to the SDL_!EventFilter to be read/called^ ???|| ||'''userdata'''||^a pointer to a pointer containing user-specified data^|| |
| Line 33: | Line 33: |
| *<<Color2(green,This functions appears to have changed dramatically since 1.2. Is that correct?)>>* |
DRAFT |
SDL_GetEventFilter
Use this function to return the current event filter.
Contents
Syntax
SDL_bool SDL_GetEventFilter(SDL_EventFilter* filter,
void** userdata)
Function Parameters
filter |
a pointer to the SDL_!EventFilter to be read/called ??? |
userdata |
a pointer to a pointer containing user-specified data |
Return Value
Returns the current event filter. If there is no event filter set, this function returns SDL_FALSE.
green
Code Examples
You can add your code example here
Remarks
Can be used to "chain" filters.
*green
*
