I'm looking to achieve the AppKit equivalent of -acceptsFirstMouse: from the Mac Catalyst environment:
https://developer.apple.com/documentation/appkit/nsview/1483410-acceptsfirstmouse?language=objc
"Overridden by subclasses to return YES if the view should be sent a mouseDown: message for an initial mouse-down event, NO if not."
Is this possible?