Package: gdk
GBoxed gdk:event-motion
Declaration
(define-gboxed-variant-cstruct event "GdkEvent"
(type event-type)
(window (g:object window))
(send-event (:boolean :int8))
(:variant type
...
((:motion-notify) event-motion
(time :uint32)
(x :double)
(y :double)
(axes (fixed-array :double 2))
(state modifier-type)
(is-hint :int16)
(device (g:object device))
(x-root :double)
(y-root :double))
... )) Values
Details
Generated when the pointer moves. | Slot Access FunctionsInherited Slot Access FunctionsSee also |
2025-07-17