Skip to main content
Represents a pointer interaction event containing position and pointer id.

Fields

position

The position of the pointer in local coordinates.

id

The unique identifier for the pointer.

type

The type of event (pointerDown, pointerUp, click, pointerEnter, pointerMove, etc).

Constructors

new

new(id: number, position: Vector) -> PointerEvent

Methods

hit

hit(isTranslucent: boolean?) -> ()
Marks the event as handled. If isTranslucent is true, the event may continue to propagate through translucent hit targets.