didStopTrackingLastPointer abstract method

  1. @protected
void didStopTrackingLastPointer(
  1. int pointer
)

Called when the number of pointers this recognizer is tracking changes from one to zero.

The given pointer ID is the ID of the last pointer this recognizer was tracking.

Implementation

@protected
void didStopTrackingLastPointer(int pointer);