Searched refs:g_Time (Results 1 – 1 of 1) sorted by relevance
36 static guint64 g_Time = 0; variable248 io.DeltaTime = g_Time > 0 ? ((float)(current_time - g_Time) / 1000000) : (float)(1.0f/60.0f); in ImGui_ImplGtk3_NewFrame()249 g_Time = current_time; in ImGui_ImplGtk3_NewFrame()