mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-05-24 05:29:12 +00:00
Sync SDL3 wiki -> header
[ci skip]
This commit is contained in:
parent
d16f76e3d4
commit
19ddb29d2d
1 changed files with 3 additions and 3 deletions
|
@ -1505,9 +1505,9 @@ extern SDL_DECLSPEC bool SDLCALL SDL_RenderCoordinatesToWindow(SDL_Renderer *ren
|
||||||
* to non-normalized rendering coordinates.
|
* to non-normalized rendering coordinates.
|
||||||
*
|
*
|
||||||
* Relative mouse coordinates (xrel and yrel event fields) are _also_
|
* Relative mouse coordinates (xrel and yrel event fields) are _also_
|
||||||
* converted. Applications that do not want these fields converted should
|
* converted. Applications that do not want these fields converted should use
|
||||||
* use SDL_RenderCoordinatesFromWindow() on the specific event fields instead
|
* SDL_RenderCoordinatesFromWindow() on the specific event fields instead of
|
||||||
* of converting the entire event structure.
|
* converting the entire event structure.
|
||||||
*
|
*
|
||||||
* Once converted, coordinates may be outside the rendering area.
|
* Once converted, coordinates may be outside the rendering area.
|
||||||
*
|
*
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue