Package: gdk

Accessor gdk:event-motion-state

Lambda List

gdk:event-motion-state (instance)

Syntax

(gdk:event-motion-state instance) => state
(setf (gdk:event-motion-state instance) state)

Arguments

instance -- a gdk:event-motion instance
state -- a gdk:modifier-type bit-mask representing the state of the modifier keys, for example, Control, Shift and Alt keys, and the pointer buttons

Details

Accessor of the state slot of the gdk:event-motion structure.
 

See also

gdk:event-motion
gdk:modifier-state
2024-6-28