00101001
- Very cool app. Wish I had been that talented at your age. Course I wish I had my own computer too....hmmm.
Originally posted by macrophyllum:
Cool, how did you get the drag hand and corners to appear?
Heh..Lotsa point in rect checking.
I have a much better version now(with its own problems):
boxer
Of course I've decided that polygons are more useful at this point(though I imagine a bit more work to feed and retrieve from the DB):
polygonner
The cursors are Apple ones available if you know the names (not listed in the formal documentation)...found them on a Japanese Cocoa site.
super hidden cursors...heh:
[NSCursor _crosshairCursor]
[NSCursor _handCursor]
[NSCursor _horizontalResizeCursor]
[NSCursor _verticalResizeCursor]
[NSCursor _bottomLeftResizeCursor]
[NSCursor _bottomRightResizeCursor]
[NSCursor _topLeftResizeCursor]
[NSCursor _topRightResizeCursor]
[NSCursor _copyDragCursor]
[NSCursor _genericDragCursor]
[NSCursor _moveCursor]
[NSCursor _linkDragCursor]
[NSCursor _waitCursor]