module Gdk::EventButtonReader

Public Instance Methods

button() click to toggle source
Calls superclass method
# File lib/gdk3/event-readers.rb, line 30
def button
  found, value = super
  if found
    value
  else
    nil
  end
end