Method: Joyce::ApplicationWindow#button_down

Defined in:
lib/joyce.rb

#button_down(id) ⇒ Object



60
61
62
63
64
# File 'lib/joyce.rb', line 60

def button_down(id)
  if id == Gosu::MsLeft then
    app.click
  end
end