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
+3 -3
View File
@@ -140,9 +140,9 @@ full screen, just pass along the monitor handle:
GLFWwindow* window = glfwCreateWindow(640, 480, "My Title", glfwGetPrimaryMonitor(), NULL);
@endcode
Full screen windows cover the entire screen, have no border or decorations, and
change the monitor's resolution to the one most closely matching the requested
window size.
Full screen windows cover the entire display area of a monitor, have no border
or decorations, and change the monitor's resolution to the one most closely
matching the requested window size.
When you are done with the window, destroy it with the @ref glfwDestroyWindow
function.