Methods


MO_locationInView:
Returns the event's location in the bounds coordinates of the given view.

MO_locationInView:

Returns the event's location in the bounds coordinates of the given view.
- ( NSPoint ) MO_locationInView:
        (NSView *) view;

Returns the event's location in the bounds coordinates of the given view. It is OK if the view is in a different window from the window associated with the event, but the given view must be in some window.

method result
The event's location in the bounds coordinates of the given view.

(Last Updated 3/20/2005)