class SfmlBook::Chapter5::StateStack
- SfmlBook::Chapter5::StateStack
- Reference
- Object
Included Modules
- SF::NonCopyable
Defined in:
chapter5/state_stack.crConstructors
Instance Method Summary
- #apply_pending_changes
- #clear
- #create(id : States)
- #draw
- #empty?
- #handle_event(event : SF::Event)
- #pop
- #push(id : States)
- #register(type : Class, id : States)
- #update(delta : SF::Time)