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
Methods
hit
ScrollConstraint viewport is the usual one: without this, dragging a
control inside a scroll view scrolls the view instead.
The argument inverts. Bare hit() is opaque and stops there;
hit(true) marks this target translucent, so the event continues to
whatever is behind it.