mirror of
https://github.com/glfw/glfw.git
synced 2026-08-28 02:35:54 +02:00
Documentation work
This commit is contained in:
@@ -554,8 +554,8 @@ glfwSetTime(4.0);
|
||||
|
||||
This sets the timer to the specified time, in seconds.
|
||||
|
||||
You can also access the raw timer value, in 1 / frequency seconds,
|
||||
with @ref glfwGetTimerValue.
|
||||
You can also access the raw timer value, measured in 1 / frequency
|
||||
seconds, with @ref glfwGetTimerValue.
|
||||
|
||||
@code
|
||||
GLFWuint64 value = glfwGetTimerValue();
|
||||
|
||||
Reference in New Issue
Block a user