Mouse Dragged Event not working using CGEvent
Mouse Dragged Event not working using CGEvent
- Subject: Mouse Dragged Event not working using CGEvent
- From: sheen mac <email@hidden>
- Date: Wed, 4 Mar 2009 04:59:18 -0800 (PST)
Hi All,
I tried to post a mouse dragged event using CGEvent.But its not working.
I added the code here.
Thanks In Advance,
Sheen
CGEventRef eventRef = CGEventCreateMouseEvent(NULL, kCGEventLeftMouseDragged , point,kCGMouseButtonLeft);
CGEventSetType(eventRef, kCGEventLeftMouseDragged);
CGEventPost(kCGSessionEventTap, eventRef);
CFRelease(eventRef);
_______________________________________________
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