TapEvent

constructor(x: Double, y: Double, node: IsometricNode? = null)

Parameters

x

Horizontal screen coordinate of the tap, in pixels.

y

Vertical screen coordinate of the tap, in pixels.

node

The IsometricNode located at the tap position, or null if the tap did not hit any node (e.g. hit testing is disabled or the tap landed on empty space).