module Gdk::EventStateReader
Public Instance Methods
Source
# File lib/gdk3/event-readers.rb, line 41 def state found, value = super if found value else nil end end
Calls superclass method
# File lib/gdk3/event-readers.rb, line 41 def state found, value = super if found value else nil end end