Package: gdk

GEnum gdk:scroll-relative-direction

Declaration

(gobject:define-genum "GdkScrollRelativeDirection" scroll-relative-direction
  (:export t
   :type-initializer "gdk_scroll_relative_direction_get_type")
  (:identical 0)
  (:inverted 1)
  (:unknown 2))  

Values

:identival
Physical motion and event motion are the same.
:inverted
Physical motion is inverted relative to event motion.
:unkown
Relative motion is unknown on this device or backend.

Details

Used in scroll events, to announce the direction relative to physical motion. Since 4.20
 

See also

2026-08-09