class Crash::Engine
- Crash::Engine
- Reference
- Object
Included Modules
- EventHandler
Defined in:
lib/crash/src/crash/engine.crprism/stdlib/systems/crash_adapter.cr
Instance Method Summary
-
#input(tick : RenderLoop::Tick, input : RenderLoop::Input)
Extend the
Crash::Engine
with an input method -
#render
Extend the
Crash::Engine
with a render method
Instance Method Detail
def input(tick : RenderLoop::Tick, input : RenderLoop::Input)
#
Extend the Crash::Engine
with an input method