SDL Wiki
(This is the documentation for SDL3, which is the current stable version. SDL2 was the previous version!)

SDL_FilterEvents

Run a specific filter function on the current event queue, removing any events for which the filter returns false.

Header File

Defined in <SDL3/SDL_events.h>

Syntax

void SDL_FilterEvents(SDL_EventFilter filter, void *userdata);

Function Parameters

SDL_EventFilter filter the SDL_EventFilter function to call when an event happens.
void * userdata a pointer that is passed to filter.

Remarks

See SDL_SetEventFilter() for more information. Unlike SDL_SetEventFilter(), this function does not change the filter permanently, it only uses the supplied filter until this function returns.

Thread Safety

It is safe to call this function from any thread.

Version

This function is available since SDL 3.1.3.

See Also


CategoryAPI, CategoryAPIFunction, CategoryEvents


[ edit | delete | history | feedback | raw ]

[ front page | index | search | recent changes | git repo | offline html ]

All wiki content is licensed under Creative Commons Attribution 4.0 International (CC BY 4.0).
Wiki powered by ghwikipp.