I know that on a NSWindow you can use setIgnoresMouseEvents:. However, a NSView doesn’t have either setEnabled: or setIgnoresMouseEvents:. Any fixes?
I know that on a NSWindow you can use setIgnoresMouseEvents: . However, a NSView
Share
Implement the
hitTest:method to returnnil.