handlePrimaryPointer abstract method

  1. @protected
void handlePrimaryPointer(
  1. PointerEvent event
)

Override to provide behavior for the primary pointer when the gesture is still possible.

Implementation

@protected
void handlePrimaryPointer(PointerEvent event);