Package: gdk

GBoxed gdk:event-sequence

Declaration

(glib:define-gboxed-opaque event-sequence "GdkEventSequence"
  :export t
  :type-initializer "gdk_event_sequence_get_type"
  :alloc (error "GdkEventSequence cannot be created from the Lisp side"))  

Details

The gdk:event-sequence structure is an opaque type representing a sequence of related touch events. See the gdk:event-event-sequence function.
 

See also

2025-09-26