MCPcopy Create free account
hub / github.com/TheForceEngine/TheForceEngine / ImGetDeltaTime

Function ImGetDeltaTime

TheForceEngine/TFE_Jedi/IMuse/imuse.cpp:1616–1619  ·  view source on GitHub ↗

Gets the deltatime in microseconds (i.e. 1,000 ms / 1 microsec).

Source from the content-addressed store, hash-verified

1614
1615 // Gets the deltatime in microseconds (i.e. 1,000 ms / 1 microsec).
1616 s32 ImGetDeltaTime()
1617 {
1618 return s_iMuseTimestepMicrosec;
1619 }
1620
1621 s32 ImMidiSetSpeed(ImPlayerData* data, u32 value)
1622 {

Callers 2

ImUpdateFunction · 0.85
ImSetTempoFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected