PointerEvent
from slint.language import PointerEventpython
Represents a Pointer event sent by the windowing system.
This structure is passed to the pointer-event callback of the TouchArea element.
Properties
Section titled “Properties”button
Section titled “button”button: AnyThe button that was pressed or released
kind: AnyThe kind of the event
modifiers
Section titled “modifiers”modifiers: AnyThe keyboard modifiers pressed during the event
touch_finger_id
Section titled “touch_finger_id”touch_finger_id: intThe unique ID of the touch point, indicating the finger ID. 0 means it’s not a touch event (e.g., mouse).
© 2026 SixtyFPS GmbH