Re: hand cursors
Re: hand cursors
- Subject: Re: hand cursors
- From: Matthew Smith <email@hidden>
- Date: Sun, 03 Nov 2002 09:22:20 +1100
>
On Sat, Nov 02, 2002 at 08:33:06PM +1100, Matthew Smith wrote:
>
> Hello,
>
>
>
> Any ideas on how to turn the cursor into an open hand??? Or is the only way
>
> to load an image and add that to a cursor...
>
>
Yeah, and file a bug asking Apple to add the rest of the standard
>
Appearance cursors to Cocoa. What you want is kThemeOpenHandCursor
>
(see Appearance.h). You can probably figure out a way to grab it, but
>
I've just been lazy and made a TIFF file out of the cursor.
I would file a bug, but I have no access to the bug tracker :(
>
> Also, is there an easy way to warp the cursor to a point on the screen? Or
>
> do I have to use:
>
>
>
> CGWarpMouseCursorPosition(CGPoint newCursorPosition);
>
>
I'm having trouble figuring out what could be easier than a function
>
call with a single argument.
True :)
What I meant was is there a cocoa way of doing it??
Thanks,
Matt
_______________________________________________
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.