glfwGetTimerValue

Returns the current value of the raw timer.

This function returns the current value of the raw timer, measured in 1 / frequency seconds. To get the frequency, call @ref glfwGetTimerFrequency.

extern (C) @nogc nothrow __gshared
ulong
glfwGetTimerValue
()

Return Value

Type: ulong

The value of the timer, or zero if an error occurred.

Errors: Possible errors include @ref GLFW_NOT_INITIALIZED.

Thread Safety

This function may be called from any thread.

@sa @ref time @sa @ref glfwGetTimerFrequency

Meta

Since

Added in version 3.2.

Ingroup: input