TouchEventCustom

constructor(eventType: ETouchEvent, pointerId: Int, x: Int, y: Int, valid: Boolean)

Parameters

eventType

the associated touch event

pointerId

the id of the pointer that triggered the event

x

x screen coordinate in pixels

y

y screen coordinate in pixels

valid

true if the touch event was consumed and false otherwise