# File lib/as_input_pad.rb, line 37
  def input(event, value)
    proc = @controls[event]
    proc.call(value) if proc
  end