The idea is that I should have a reusable view I can call wherever I wish to override the cursor to the arrow.
For example `.background(ArrowCursorView())`.
And then it can of course be extended to also support different `NSCursor` types, such as `.pointingHand`.