Documentation work.

This commit is contained in:
Camilla Berglund
2013-07-07 12:06:59 +02:00
parent 763ec6cbcb
commit 4b7ae4918b
4 changed files with 104 additions and 12 deletions

View File

@@ -9,6 +9,9 @@
The @ref GLFWmonitor object represents a currently connected monitor.
@section monitor_monitors Retrieving monitors
The primary monitor is returned by @ref glfwGetPrimaryMonitor. It is usually
the user's preferred monitor and the one with global UI elements like task bar
or menu bar.
@@ -25,7 +28,7 @@ GLFWmonitor** monitors = glfwGetMonitors(&count);
@endcode
@section monitor_modes Querying video modes
@section monitor_modes Retrieving video modes
Although GLFW generally does a good job at selecting a suitable video
mode for you when you open a full screen window, it is sometimes useful to