Method: Shattered::Input::Controls#on
- Defined in:
- lib/shattered_model/controls.rb
#on ⇒ Object
turns the controls on
55 56 57 58 |
# File 'lib/shattered_model/controls.rb', line 55 def on parse if @actions.nil? @active = true end |
turns the controls on
55 56 57 58 |
# File 'lib/shattered_model/controls.rb', line 55 def on parse if @actions.nil? @active = true end |