mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-05-28 03:26:15 +08:00
Sync SDL3 wiki -> header
[ci skip]
This commit is contained in:
@@ -730,10 +730,10 @@ extern SDL_DECLSPEC SDL_DisplayOrientation SDLCALL SDL_GetCurrentDisplayOrientat
|
|||||||
* big on this display, to aid in readability.
|
* big on this display, to aid in readability.
|
||||||
*
|
*
|
||||||
* After window creation, SDL_GetWindowDisplayScale() should be used to query
|
* After window creation, SDL_GetWindowDisplayScale() should be used to query
|
||||||
* the content scale factor for individual windows instead of querying the display
|
* the content scale factor for individual windows instead of querying the
|
||||||
* for a window and calling this function, as the per-window content scale factor
|
* display for a window and calling this function, as the per-window content
|
||||||
* may differ from the base value of the display it is on, particularly on
|
* scale factor may differ from the base value of the display it is on,
|
||||||
* high-DPI and/or multi-monitor desktop configurations.
|
* particularly on high-DPI and/or multi-monitor desktop configurations.
|
||||||
*
|
*
|
||||||
* \param displayID the instance ID of the display to query.
|
* \param displayID the instance ID of the display to query.
|
||||||
* \returns the content scale of the display, or 0.0f on failure; call
|
* \returns the content scale of the display, or 0.0f on failure; call
|
||||||
|
|||||||
Reference in New Issue
Block a user