mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-28 00:38:45 +00:00
hints: Correct the cursor DPI scaling hint
Support for this hint was removed from Wayland shortly after it was added, but the documentation was never updated to reflect this.
This commit is contained in:
parent
03f1a84302
commit
76aa12701a
1 changed files with 1 additions and 1 deletions
|
|
@ -2838,7 +2838,7 @@ extern "C" {
|
|||
* (default)
|
||||
* - "1": Cursors will automatically match the display content scale (e.g. a
|
||||
* 2x sized cursor will be used when the window is on a monitor with 200%
|
||||
* scale). This is currently implemented on Windows and Wayland.
|
||||
* scale). This is currently implemented on Windows.
|
||||
*
|
||||
* This hint needs to be set before creating cursors.
|
||||
*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue