Package: gdk
GBoxed gdk:event-pad-button
Declaration
(define-gboxed-variant-cstruct event "GdkEvent"
  (type event-type)
  (window (g:object window))
  (send-event (:boolean :int8))
  (:variant type
            ...
            ;; GdkEventPadButton
            ((:pad-button-press :pad-button-release) event-pad-button
             (time :uint32)
             (group :uint)
             (button :uint)
             (mode :uint))
  ... ))  Values
 Details          Generated during :tablet-pad button presses and releases.                      | Slot Access Functions
 Inherited Slot Access FunctionsSee also | 
2025-07-03