RunnerCallback typedef

RunnerCallback = void Function(double dt, double timeCorrection)

Callback that provides deltaTime dt (in seconds) and time correction factor.

Implementation

typedef RunnerCallback = void Function(double dt, double timeCorrection);