On Oct 21, 2007, at 12:09 AM, Fritz Anderson wrote:
Read the code more carefully.
Examine the call tree
mouseDown:
selectAndTrackMouseWithEvent:
resizeGraphic:usingHandle:withEvent:
moveSelectedGraphicsWithEvent:
marqueeSelectWithEvent:
In all the methods below mouseDown:, the view goes into a tight
loop, collecting events until the left mouse button goes up, and
responding to them. The other mouseXXX: methods are not provided,
because mouseDown: handles the events in-line.