Re: window rotation
Re: window rotation
- Subject: Re: window rotation
- From: Sam McCandlish <email@hidden>
- Date: Thu, 20 May 2004 18:34:29 -0400
As you may or may not have found, there is a function for altering a
point based on an Affine Tranform. The function is:
CGPointApplyAffineTransform(theCGPoint,theAffineTransform);
If you can use this in your NSApplication "thing", then it would
probably make mouse "mapping" a million times easier.
Thanks!
Sam
_______________________________________________
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.