Module: Fet::Ui::LevelLoopHandler
- Included in:
- Level
- Defined in:
- lib/fet/ui/level_loop_handler.rb
Overview
Handles events for the Level class
Instance Method Summary collapse
Instance Method Details
#handle_event_loop(event) ⇒ Object
11 12 13 14 15 |
# File 'lib/fet/ui/level_loop_handler.rb', line 11 def handle_event_loop(event) handle_keyboard_event(event) handle_level_complete_event(event) note_boxes.handle_event_loop(event) end |
#handle_update_loop ⇒ Object
17 |
# File 'lib/fet/ui/level_loop_handler.rb', line 17 def handle_update_loop; end |