Method: GGLib::GUIWindow#button_down

Defined in:
lib/window.rb

#button_down(id) ⇒ Object



46
47
48
49
50
# File 'lib/window.rb', line 46

def button_down(id)
  @state.button_down(id)
  checkFocus
  widgetDownProc(id)
end