mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-06 06:34:35 +00:00
Clarify SDL_ConvertEventToRenderCoordinates() documentation
Fixes https://github.com/libsdl-org/SDL/issues/14360
This commit is contained in:
parent
c21b7f8cb8
commit
2f5279eb01
1 changed files with 1 additions and 1 deletions
|
|
@ -1704,7 +1704,7 @@ extern SDL_DECLSPEC bool SDLCALL SDL_RenderCoordinatesToWindow(SDL_Renderer *ren
|
|||
*
|
||||
* \param renderer the rendering context.
|
||||
* \param event the event to modify.
|
||||
* \returns true on success or false on failure; call SDL_GetError() for more
|
||||
* \returns true if the event is converted or doesn't need conversion, or false on failure; call SDL_GetError() for more
|
||||
* information.
|
||||
*
|
||||
* \threadsafety This function should only be called on the main thread.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue