Responding to mouse click to an NSImageView...
27/07/03 18:34
I'm trying to respond to the user clicking in different parts of an image: NSImageView only sends the action message to my target when I drag and drop an image in to it… |
You have to subclass | NSImageView and override