module Gdk::EventStateReader

Public Instance Methods

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