kActionUp constant
Action code for when a primary pointer stopped touching the screen.
Android's MotionEvent.ACTION_UP
Implementation
static const int kActionUp = 1;
Action code for when a primary pointer stopped touching the screen.
Android's MotionEvent.ACTION_UP
static const int kActionUp = 1;