Superclassesgdk-event, common-lisp:structure-object, common-lisp:t Documented Subclasses
None
Details
Generated when the pointer moves.
(define-g-boxed-variant-cstruct gdk-event "GdkEvent"
(type gdk-event-type)
(window (g-object gdk-window))
(send-event (:boolean :int8))
(:variant type
...
((:motion-notify) gdk-event-motion
(time :uint32)
(x :double)
(y :double)
(axes (fixed-array :double 2))
(state gdk-modifier-type)
(is-hint :int16)
(device (g-object gdk-device))
(x-root :double)
(y-root :double))
... )) - type
- The gdk-event-type type of the event.
- window
- The gdk-window object which received the event.
- send-event
- True if the event was sent explicitly.
- time
- An unsigned integer with the time of the event in milliseconds.
- x
- The double float x coordinate of the pointer relative to the window.
- y
- The double float y coordinate of the pointer relative to the window.
- axes
- The x, y fields translated to the axes of the device.
- state
- The gdk-modifier-type bit-mask representing the state of the modifier keys, e.g. the Control, Shift and Alt keys, and the pointer buttons.
- is-hint
- Set to 1 if this event is just a hint, see the :pointer-motion-hint-mask value of the gdk-event-mask flags.
- device
- The gdk-device object where the event originated.
- x-root
- The double float x coordinate of the pointer relative to the root of the screen.
- y-root
- The double float y coordinate of the pointer relative to the root of the screen.
|
| Slot Access FunctionsInherited Slot Access FunctionsSee also |