mirror of
https://github.com/glfw/glfw.git
synced 2024-11-22 10:05:10 +00:00
Documentation work.
This commit is contained in:
parent
59abeeb097
commit
e8bceaa284
@ -1551,8 +1551,8 @@ GLFWAPI void glfwWindowHint(int target, int hint);
|
|||||||
* requested, as not all parameters and hints are
|
* requested, as not all parameters and hints are
|
||||||
* [hard constraints](@ref window_hints_hard). This includes the size of the
|
* [hard constraints](@ref window_hints_hard). This includes the size of the
|
||||||
* window, especially for full screen windows. To query the actual attributes
|
* window, especially for full screen windows. To query the actual attributes
|
||||||
* of the created window, framebuffer and context, use queries like @ref
|
* of the created window, framebuffer and context, see @ref
|
||||||
* glfwGetWindowAttrib and @ref glfwGetWindowSize.
|
* glfwGetWindowAttrib, @ref glfwGetWindowSize and @ref glfwGetFramebufferSize.
|
||||||
*
|
*
|
||||||
* To create a full screen window, you need to specify the monitor the window
|
* To create a full screen window, you need to specify the monitor the window
|
||||||
* will cover. If no monitor is specified, windowed mode will be used. Unless
|
* will cover. If no monitor is specified, windowed mode will be used. Unless
|
||||||
|
Loading…
Reference in New Issue
Block a user