How can i find out and use mouse events for NSView? I need to draw the shapes onto a canvas using mouse in my Cocoa (using Obj C) Application. Please help me.
A good look at the Cocoa API Reference for NSView would also reveal much. The documentation accessible through the internet, and through Xcode itself, is your best friend.