Re: mouse pointer
Re: mouse pointer
- Subject: Re: mouse pointer
- From: Dave Keck <email@hidden>
- Date: Thu, 28 Aug 2003 23:20:06 -0400
Hi,
If you mean to move the cursor to another point on the screen:
http://developer.apple.com/documentation/GraphicsImaging/Reference/
Quartz_Services_Ref/qsref_main/function_group_13.html
If you mean change the cursor to another image, such as a crosshair,
check out the NSCursor class (specifically the initWithImage: hotSpot:
method).
I want to try altering the mouse pointer. Is there a Cocoa-way to do
this or is this at a lower OS level?
Michael
- - -
Dave Keck
If I were smart I'd own a company to tell you the the name of.
"Contrariwise," continued Tweedledee, "if it was so, it might be; and
if it were so, it would be; but as it isn't, it ain't. That's logic."
_______________________________________________
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.