I want to make some interactive application. And, I want to check window move(drag). How to check it?
From within QC, you can't get window drag information. In a custom application, you should have your window's delegate receive windowWillMove/windowDidMove messages to find when the window is dragged.
-- [ christopher wright ] [email protected] http://kineme.net/
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________ Do not post admin requests to the list. They will be ignored. Quartzcomposer-dev mailing list ([email protected]) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/quartzcomposer-dev/archive%40mail-archive.com This email sent to [email protected]

