Re: Getting NSView mousedown event postion?
Re: Getting NSView mousedown event postion?
- Subject: Re: Getting NSView mousedown event postion?
- From: Kevin Callahan <email@hidden>
- Date: Tue, 10 Sep 2002 11:40:36 -0700
Have you looked at NSView's
- (NSPoint)convertPoint:(NSPoint)aPoint toView:(NSView *)aView
- (NSPoint)convertPoint:(NSPoint)aPoint fromView:(NSView *)aView
-Kevin
On Tuesday, September 10, 2002, at 09:49 AM, Aidas Dailide wrote:
Hi,
How could i get mouse down event position in NSView? NSEvents
locationInWindow function doesn't help because it get's position in
window, not in NSView.
Thank you
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.
- Kevin
o#?
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.