module Gdk::EventRootCoordsReader
Public Instance Methods
Source
# File lib/gdk3/event-readers.rb, line 98 def root_coords found, x, y = super if found [x, y] else nil end end
Calls superclass method
Source
# File lib/gdk3/event-readers.rb, line 107 def x_root (root_coords || [])[0] end
Also aliased as: root_x