handleDragCancel abstract method

void handleDragCancel(
  1. int pointerId
)

The drag operation is cancelled.

For example, this may happen if the drag was interrupted by a system- modal dialog appearing during the drag.

Implementation

void handleDragCancel(int pointerId);