Globally subscribe to pointer events without a uUI element?

Is there some easy way to subscribe to a universal PointerMoveEvent without reference a specficVisualElement? Currently I’m just placing an invisible dummy element across the screen but it feels kinda messy and confusing.

Part of me feels like you would use the new Input System for this.