mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-10-03 16:36:25 +00:00
docs: Fix param call on SDL_SetEventFilter.
https://wiki.libsdl.org/SDL3/README-documentation-rules#dont-repeat-type-names-in-param-and-returns-sections
This commit is contained in:
@@ -1412,7 +1412,7 @@ typedef bool (SDLCALL *SDL_EventFilter)(void *userdata, SDL_Event *event);
|
|||||||
* the event filter, but events pushed onto the queue with SDL_PeepEvents() do
|
* the event filter, but events pushed onto the queue with SDL_PeepEvents() do
|
||||||
* not.
|
* not.
|
||||||
*
|
*
|
||||||
* \param filter an SDL_EventFilter function to call when an event happens.
|
* \param filter a function to call when an event happens.
|
||||||
* \param userdata a pointer that is passed to `filter`.
|
* \param userdata a pointer that is passed to `filter`.
|
||||||
*
|
*
|
||||||
* \threadsafety It is safe to call this function from any thread.
|
* \threadsafety It is safe to call this function from any thread.
|
||||||
|
Reference in New Issue
Block a user