onPointerUp abstract method

void onPointerUp(
  1. PointerUpEvent event
)

Should be called when the pointer is lifted from the canvas with the corresponding event.

Implementation

void onPointerUp(PointerUpEvent event);