Function glfwSetTime

  • This function sets the current GLFW time, in seconds. The value must be a positive finite number less than or equal to 18446744073.0, which is approximately 584.5 years.

    This function and glfwGetTime are helper functions on top of glfwGetTimerFrequency and glfwGetTimerValue.

    Parameters

    • time: bigint

      The new value, in seconds.

    Returns void

Generated using TypeDoc