OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:DeltaTime
(Results
1 - 2
of
2
) sorted by relevancy
/xsrc/external/mit/MesaLib/dist/src/imgui/
imgui.h
624
IMGUI_API double GetTime(); // get global imgui time. incremented by io.
DeltaTime
every frame.
647
IMGUI_API int GetKeyPressedAmount(int key_index, float repeat_delay, float rate); // uses provided repeat rate/delay. return a count, most often 0 or 1 but might be >1 if RepeatRate is small enough that
DeltaTime
> RepeatRate
1289
float
DeltaTime
; // = 1.0f/60.0f // Time elapsed since last frame, in seconds.
1377
float Framerate; // Application framerate estimation, in frame per second. Solely for convenience. Rolling average estimation based on IO.
DeltaTime
over 120 frames
/xsrc/external/mit/MesaLib.old/dist/src/imgui/
imgui.h
624
IMGUI_API double GetTime(); // get global imgui time. incremented by io.
DeltaTime
every frame.
647
IMGUI_API int GetKeyPressedAmount(int key_index, float repeat_delay, float rate); // uses provided repeat rate/delay. return a count, most often 0 or 1 but might be >1 if RepeatRate is small enough that
DeltaTime
> RepeatRate
1289
float
DeltaTime
; // = 1.0f/60.0f // Time elapsed since last frame, in seconds.
1377
float Framerate; // Application framerate estimation, in frame per second. Solely for convenience. Rolling average estimation based on IO.
DeltaTime
over 120 frames
Completed in 52 milliseconds
Indexes created Sun Jul 05 00:25:41 UTC 2026