• Subscribe to pointer-move events in the scene.

    Fires frequently; keep the handler cheap.

    Parameters

    • fn: ((event) => void)

      Handler that receives the pointer event.

    Returns Unsubscribe

    A function that cancels the subscription. Call it on teardown.