MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/SPlisHSPlasH / glfwGetTime

Function glfwGetTime

extern/glfw/src/input.c:1348–1353  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1346}
1347
1348GLFWAPI double glfwGetTime(void)
1349{
1350 _GLFW_REQUIRE_INIT_OR_RETURN(0.0);
1351 return (double) (_glfwPlatformGetTimerValue() - _glfw.timer.offset) /
1352 _glfwPlatformGetTimerFrequency();
1353}
1354
1355GLFWAPI void glfwSetTime(double time)
1356{

Callers 4

ImGui_ImplGlfw_NewFrameFunction · 0.85
initMethod · 0.85
mainLoopMethod · 0.85

Calls 2

Tested by

no test coverage detected