onPointerHover abstract method

void onPointerHover(
  1. PointerHoverEvent event
)

Should be called when the pointer hovers over the canvas with the corresponding event.

Implementation

void onPointerHover(PointerHoverEvent event);