abstract class Emu

Direct Known Subclasses

Defined in:

crab/common/emu.cr

Instance Method Summary

Instance Method Detail

abstract def handle_controller_event(event : SDL::Event::JoyHat | SDL::Event::JoyButton) : Nil #

[View source]
def post_init : Nil #

[View source]
abstract def run_until_frame : Nil #

[View source]
abstract def scheduler : Scheduler #

[View source]
abstract def toggle_sync : Nil #

[View source]