PointerEventHandler constructor

PointerEventHandler()

Creates a new PointerEventHandler.

The handler does not attach itself to any widget directly. Instead the owning GemMapState will register callbacks by calling the register... methods and forward framework pointer events into this handler. This indirection keeps pointer-related logic decoupled and testable.

Implementation

PointerEventHandler();