Method: GameWindow#button_up

Defined in:
lib/empi.rb

#button_up(key) ⇒ Object

Catch the released button



34
35
36
# File 'lib/empi.rb', line 34

def button_up(key)
  @button = key
end