mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-06 14:43:20 +00:00
Sync SDL3 wiki -> header
[ci skip]
This commit is contained in:
parent
9ed23a4b79
commit
3bea84531d
1 changed files with 4 additions and 2 deletions
|
|
@ -1377,9 +1377,11 @@ extern SDL_DECLSPEC bool SDLCALL SDL_PushEvent(SDL_Event *event);
|
|||
typedef bool (SDLCALL *SDL_EventFilter)(void *userdata, SDL_Event *event);
|
||||
|
||||
/**
|
||||
* Set up a filter to process all events before they are added to the internal event queue.
|
||||
* Set up a filter to process all events before they are added to the internal
|
||||
* event queue.
|
||||
*
|
||||
* If you just want to see events without modifying them or preventing them from being queued, you should use SDL_AddEventWatch() instead.
|
||||
* If you just want to see events without modifying them or preventing them
|
||||
* from being queued, you should use SDL_AddEventWatch() instead.
|
||||
*
|
||||
* If the filter function returns true when called, then the event will be
|
||||
* added to the internal queue. If it returns false, then the event will be
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue