abstract class Emu
- Emu
- Reference
- Object
Direct Known Subclasses
Defined in:
crab/common/emu.crInstance Method Summary
- #handle_controller_event(event : SDL::Event::JoyHat | SDL::Event::JoyButton) : Nil
- #post_init : Nil
- #run_until_frame : Nil
- #scheduler : Scheduler
- #toggle_sync : Nil
Instance Method Detail
abstract
def handle_controller_event(event : SDL::Event::JoyHat | SDL::Event::JoyButton) : Nil
#