Method: Shattered::Input::Controls#on

Defined in:
lib/shattered_model/controls.rb

#onObject

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