Method: Flonkerton::Screen#button_down

Defined in:
lib/flonkerton.rb

#button_down(id) ⇒ Object



192
193
194
# File 'lib/flonkerton.rb', line 192

def button_down(id)
  close if id == Gosu::KbEscape # Don't Panic!
end