kActionPointerUp constant

int const kActionPointerUp

Action code for when a secondary pointer stopped touching the screen.

Android's MotionEvent.ACTION_POINTER_UP

Implementation

static const int kActionPointerUp = 6;