mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-06 14:43:20 +00:00
Sync SDL3 wiki -> header
[ci skip]
This commit is contained in:
parent
0bfe0497f3
commit
285fa671aa
1 changed files with 6 additions and 5 deletions
|
|
@ -3412,11 +3412,12 @@ extern "C" {
|
|||
*
|
||||
* The variable can be set to the following values:
|
||||
*
|
||||
* - "0": SDL will not attempt to automatically set a matching mode on the destination display.
|
||||
* If an exclusive fullscreen window is moved to a new display, the window will become
|
||||
* fullscreen desktop.
|
||||
* - "1": SDL will attempt to automatically set a mode on the destination display that most closely
|
||||
* matches the mode of the display that the exclusive fullscreen window was previously on. (default)
|
||||
* - "0": SDL will not attempt to automatically set a matching mode on the
|
||||
* destination display. If an exclusive fullscreen window is moved to a new
|
||||
* display, the window will become fullscreen desktop.
|
||||
* - "1": SDL will attempt to automatically set a mode on the destination
|
||||
* display that most closely matches the mode of the display that the
|
||||
* exclusive fullscreen window was previously on. (default)
|
||||
*
|
||||
* This hint can be set anytime.
|
||||
*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue