• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Getting mouse cursor position
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Getting mouse cursor position


  • Subject: Re: Getting mouse cursor position
  • From: Nathan Sims <email@hidden>
  • Date: Fri, 06 May 2011 15:59:10 -0700

On May 6, 2011, at 3:55 PM, eveningnick eveningnick wrote:

> I tried to use method -hotSpot of NSCursor, but it returns
>> sc x=-2057825613, y=0
>
> -(IBAction)timeHandler:(id)timer {
>        //NSCursor *sc = [NSCursor currentSystemCursor];
> 	NSCursor *sc = [NSCursor currentCursor];
> 	NSLog(@"sc x=%d, y=%d", [sc hotSpot].x, [sc hotSpot].y);
> }
> What may be wrong here?

-hotspot returns an NSPoint:

typedef struct _NSPoint {
      CGFloat x;
      CGFloat y;
} NSPoint;

Try using %f.

_______________________________________________

Cocoa-dev mailing list (email@hidden)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

  • Follow-Ups:
    • Re: Getting mouse cursor position
      • From: Nick <email@hidden>
References: 
 >Getting mouse cursor position (From: eveningnick eveningnick <email@hidden>)

  • Prev by Date: Getting mouse cursor position
  • Next by Date: Re: Getting mouse cursor position
  • Previous by thread: Getting mouse cursor position
  • Next by thread: Re: Getting mouse cursor position
  • Index(es):
    • Date
    • Thread