Formatting.
This commit is contained in:
parent
54a1fad13b
commit
2bed33ab15
@ -75,13 +75,13 @@ Once you have a full screen window, you can change its resolution with @ref
|
|||||||
glfwSetWindowSize. The new video mode will be selected and set the same way as
|
glfwSetWindowSize. The new video mode will be selected and set the same way as
|
||||||
the video mode chosen by @ref glfwCreateWindow.
|
the video mode chosen by @ref glfwCreateWindow.
|
||||||
|
|
||||||
|
|
||||||
By default, the original video mode of the monitor will be restored and the
|
By default, the original video mode of the monitor will be restored and the
|
||||||
window iconified if it loses input focus, to allow the user to switch back to
|
window iconified if it loses input focus, to allow the user to switch back to
|
||||||
the desktop. This behavior can be disabled with the `GLFW_AUTO_ICONIFY` window
|
the desktop. This behavior can be disabled with the `GLFW_AUTO_ICONIFY` window
|
||||||
hint, for example if you wish to simultaneously cover multiple windows with full
|
hint, for example if you wish to simultaneously cover multiple windows with full
|
||||||
screen windows.
|
screen windows.
|
||||||
|
|
||||||
|
|
||||||
@subsubsection window_windowed_full_screen "Windowed full screen" windows
|
@subsubsection window_windowed_full_screen "Windowed full screen" windows
|
||||||
|
|
||||||
To create a so called _windowed full screen_ or _borderless full screen_ window,
|
To create a so called _windowed full screen_ or _borderless full screen_ window,
|
||||||
|
Loading…
Reference in New Issue
Block a user