mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-10-02 07:58:30 +00:00
Sync SDL3 wiki -> header
[ci skip]
This commit is contained in:
@@ -1505,9 +1505,9 @@ extern SDL_DECLSPEC bool SDLCALL SDL_RenderCoordinatesToWindow(SDL_Renderer *ren
|
||||
* to non-normalized rendering coordinates.
|
||||
*
|
||||
* Relative mouse coordinates (xrel and yrel event fields) are _also_
|
||||
* converted. Applications that do not want these fields converted should
|
||||
* use SDL_RenderCoordinatesFromWindow() on the specific event fields instead
|
||||
* of converting the entire event structure.
|
||||
* converted. Applications that do not want these fields converted should use
|
||||
* SDL_RenderCoordinatesFromWindow() on the specific event fields instead of
|
||||
* converting the entire event structure.
|
||||
*
|
||||
* Once converted, coordinates may be outside the rendering area.
|
||||
*
|
||||
|
Reference in New Issue
Block a user