Bladeren bron

Documentation work

Camilla Berglund 9 jaren geleden
bovenliggende
commit
13e2ad2840
1 gewijzigde bestanden met toevoegingen van 10 en 2 verwijderingen
  1. 10 2
      docs/intro.dox

+ 10 - 2
docs/intro.dox

@@ -197,6 +197,7 @@ function:
  - @ref glfwDestroyCursor
  - @ref glfwPollEvents
  - @ref glfwWaitEvents
+ - @ref glfwWaitEventsTimeout
  - @ref glfwTerminate
 
 These functions may be made reentrant in future minor or patch releases, but
@@ -242,8 +243,15 @@ may be called from any thread:
  - @ref glfwExtensionSupported
  - @ref glfwGetProcAddress
 
-The timer may be accessed from any thread, but this is not synchronized by GLFW.
-The following timer related functions may be called from any thread:        
+The raw timer may be queried from any thread.  The following raw timer related
+functions may be called from any thread:
+
+ - @ref glfwGetTimerFrequency
+ - @ref glfwGetTimerValue
+
+The regular timer may be queried from any thread, but this is not synchronized
+by GLFW with calls to @ref glfwSetTime.  The following timer related functions
+may be called from any thread:
 
  - @ref glfwGetTime