time_to_next_tick()
Returns the time in millis until the next desired engine tick. If the FPS limit is disabled, returns 0. If the desired tick time has already passed, returns 0. This might be useful when creating an asynchronous main loop.
Return Value: int
file: src/engine.c