Refactor: Window contents are drawn by a Canvas callback
There are currently two window drawer functions: the game loopdrawer and the busy loop drawer. The main window's drawercallback is changed depending on the running mode of the engine.
View differences
Refactor: Window contents are drawn by a Canvas callback
There are currently two window drawer functions: the game loop
drawer and the busy loop drawer. The main window's drawer
callback is changed depending on the running mode of the engine.