class Gdk::EventButton

Public Instance Methods

click_count() click to toggle source
# File lib/gdk3/event.rb, line 32
def click_count
  _, number = get_click_count
  number
end