kActionPointerDown constant

int const kActionPointerDown

Action code for when a secondary pointer touched the screen.

Android's MotionEvent.ACTION_POINTER_DOWN

Implementation

static const int kActionPointerDown = 5;