Touch Event Custom
data class TouchEventCustom(val eventType: ETouchEvent, val pointerId: Int, val x: Int, val y: Int, var valid: Boolean)
Data class for custom touch event
Parameters
event Type
the associated touch event
pointer Id
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