onPointerExit abstract method

void onPointerExit(
  1. PointerExitEvent event
)

Should be called when the pointer exits the canvas with the corresponding event.

Implementation

void onPointerExit(PointerExitEvent event);