|
Size: 1283
Comment: update content
|
Size: 1284
Comment: minor change
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 21: | Line 21: |
| ||'''filter'''||the SDL_!EventFilter to be referenced/run ???^|| | ||'''filter'''||^the SDL_!EventFilter to be referenced/run ???^|| |
DRAFT |
SDL_FilterEvents
Use this function to run the filter function on the current event queue, removing any events for which the filter returns 0.
green
Use this function to filter the current event queue, removing any events for which the filter returns 0.
Syntax
void SDL_FilterEvents(SDL_EventFilter filter,
void* userdata)
Function Parameters
filter |
the SDL_!EventFilter to be referenced/run ??? |
userdata |
a pointer to the user-specified information to be filtered |
green
Code Examples
You can add your code example here
Remarks
You can add useful comments here
