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 (Cocoa-dev@lists.apple.com) 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: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com