class Gdk::EventFocus

Public Instance Methods

in?() click to toggle source
# File gdk3/lib/gdk3/event.rb, line 34
def in?
  not in_raw.zero?
end