Class: Triggerino::Trigger

Inherits:
Object
  • Object
show all
Includes:
ButtonActionable
Defined in:
lib/triggerino/trigger.rb

Instance Method Summary collapse

Methods included from ButtonActionable

#bind_events, #initialize

Instance Method Details

#button_downObject



5
6
# File 'lib/triggerino/trigger.rb', line 5

def button_down
end

#button_upObject



8
9
10
# File 'lib/triggerino/trigger.rb', line 8

def button_up
  @action_list.selected.future.perform
end