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