Skip to content

PointerEvent

Represents a Pointer event sent by the windowing system. This structure is passed to the pointer-event callback of the TouchArea element.

button: Any

The button that was pressed or released

kind: Any

The kind of the event

modifiers: Any

The keyboard modifiers pressed during the event

touch_finger_id: int

The unique ID of the touch point, indicating the finger ID. 0 means it’s not a touch event (e.g., mouse).


© 2026 SixtyFPS GmbH