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

getActionMasked

open fun getActionMasked(): Int

Return the kind of action being performed. Consider using #getActionMasked and MotionEvent#getActionIndex to retrieve the separate masked action and pointer index.

Return
Int: The action, such as MotionEvent#ACTION_DOWN or the combination of MotionEvent#ACTION_POINTER_DOWN with a shifted pointer index.