PointerScrollEvent
from slint.language import PointerScrollEventpython
Represents a Pointer scroll (or wheel) event sent by the windowing system.
This structure is passed to the scroll-event callback of the TouchArea element.
Properties
Section titled “Properties”delta_x
Section titled “delta_x”delta_x: floatThe amount of pixel in the horizontal direction
delta_y
Section titled “delta_y”delta_y: floatThe amount of pixel in the vertical direction
modifiers
Section titled “modifiers”modifiers: AnyThe keyboard modifiers pressed during the event
© 2026 SixtyFPS GmbH