Gets the deltatime in microseconds (i.e. 1,000 ms / 1 microsec).
| 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 | { |
no outgoing calls
no test coverage detected