GUI::Engine
Inherits EventHandler < Prism::Engine < RenderLoop::Engine < Reference < Object
Instance methods
draw_window
Sourceinit
Games should implement this to start their game logic TODO: this init should be defined in the game engine abstract class
tick(tick : RenderLoop::Tick, input : RenderLoop::Input)
Process inputs This will pass time and input to the engine systems.