Package: gdk

Accessor gdk-event-motion-x

Lambda List

gdk-event-motion-x (instance)

Syntax

(gdk-event-motion-x instance) => x
(setf (gdk-event-motion-x instance) x)

Arguments

instance -- a gdk-event-motion instance
x -- a double float with the x coordinate of the pointer relative to the window

Details

Accessor of the x slot of the gdk-event-motion structure.
 

See also

*2021-12-13