ly.img.android.pesdk.utils / TransformedMotionEvent / setFixedCenterPoint

setFixedCenterPoint

open fun setFixedCenterPoint(pos: FloatArray!): Unit

Set a center point to emulate a multitouch rotating and scaling Event

Parameters

pos - FloatArray!: center point array {x, y}.

open fun setFixedCenterPoint(x: Float, y: Float): Unit

Set a center point to emulate a multitouch rotating and scaling Event

Parameters

x - Float: center point x.

y - Float: center point y.