kActionMove constant

int const kActionMove

Action code for when the event only includes information about pointer movement.

Android's MotionEvent.ACTION_MOVE

Implementation

static const int kActionMove = 2;