class PointerEvent(val source: Entity, val type: Int, val hitInfo: HitInfo, val scrollInfo: Vector2 = Vector2(), val semanticType: Int = SemanticType.Unknown.id, val pointerType: Int = 0)
Data class representing a pointer event.
Constructors
Name
Summary
PointerEvent
constructor(source: Entity, type: Int, hitInfo: HitInfo, scrollInfo: Vector2 = Vector2(), semanticType: Int = SemanticType.Unknown.id, pointerType: Int = 0)