Tagged Questions

1
vote
1answer
73 views

convertPoint:

Hi I'm learning Objective-C and Cocoa (in fits and starts when time allows) so be gentle OK. A example app has the following lines: NSPoint down = [mouseEvent locationInWindow]; //...some other …