cervus
cervus copied to clipboard
When draw frames are skipped multiple update() calls use the same input data
When perform_ticks
executes update()
multiple time (when ticks_qty
is > 1), all update()
calls will the the input data stored in game.keys
. Because this code is synchronous, any key events will fire callbacks when the updates are already done.