mirror of
https://github.com/glfw/glfw.git
synced 2026-08-28 13:05:53 +02:00
Documentation work.
This commit is contained in:
@@ -112,7 +112,9 @@ const GLFWvidmode* mode = glfwGetVideoMode(monitor);
|
||||
@subsection monitor_size Physical size
|
||||
|
||||
The physical size in millimetres of a monitor, or an estimation of it, can be
|
||||
retrieved with @ref glfwGetMonitorPhysicalSize.
|
||||
retrieved with @ref glfwGetMonitorPhysicalSize. This has no relation to its
|
||||
current _resolution_, i.e. the width and height of its current
|
||||
[video mode](@ref monitor_modes).
|
||||
|
||||
@code
|
||||
int widthMM, heightMM;
|
||||
|
||||
@@ -213,8 +213,8 @@ You nearly always want to use double buffering. This is a hard constraint.
|
||||
@subsubsection window_hints_mtr Monitor related hints
|
||||
|
||||
`GLFW_REFRESH_RATE` specifies the desired refresh rate for full screen windows.
|
||||
If set to zero, the highest available refresh rate will be used. This hint is
|
||||
ignored for windowed mode windows.
|
||||
If set to `GLFW_DONT_CARE`, the highest available refresh rate will be used.
|
||||
This hint is ignored for windowed mode windows.
|
||||
|
||||
|
||||
@subsubsection window_hints_ctx Context related hints
|
||||
|
||||
Reference in New Issue
Block a user