InputContext

class InputContext(val node: Node, val input: ElementInput, val worldMatrix: Matrix3f)

Constructors

Link copied to clipboard
constructor(node: Node, input: ElementInput, worldMatrix: Matrix3f)

Properties

Link copied to clipboard
Link copied to clipboard
val node: Node
Link copied to clipboard
val worldMatrix: Matrix3f
Link copied to clipboard
val worldShape: Quad<Vector2f>

Functions

Link copied to clipboard
fun hasIntersection(event: PointerEvent): Boolean