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)
PointerEvent
(
source
,
type
,
hitInfo
,
scrollInfo
,
semanticType
,
pointerType
)
:
PointerEvent |
Signature
constructor(source: Entity, type: Int, hitInfo: HitInfo, scrollInfo: Vector2 = Vector2(), semanticType: Int = SemanticType.Unknown.id, pointerType: Int = 0) Parameters Returns |
hitInfo
:
HitInfo [Get] |
Signature
val hitInfo: HitInfo |
pointerType
:
Int
[Get] |
Signature
val pointerType: Int = 0 |
scrollInfo
:
Vector2 [Get] |
Signature
val scrollInfo: Vector2 |
semanticType
:
Int
[Get] |
Signature
val semanticType: Int |
source
:
Entity [Get] |
Signature
val source: Entity |
type
:
Int
[Get] |
Signature
val type: Int |