-acceptsFirstMouse: behavior from Mac Catalyst?

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?

I opened FB11749379

-acceptsFirstMouse: behavior from Mac Catalyst?
 
 
Q