Skip to content

PointerScrollEvent

from slint.language import PointerScrollEvent
python

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.

delta_x: float

The amount of pixel in the horizontal direction

delta_y: float

The amount of pixel in the vertical direction

modifiers: Any

The keyboard modifiers pressed during the event


© 2026 SixtyFPS GmbH