• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Mouse Dragged Event not working using CGEvent
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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

  • Prev by Date: Re: Date parsing problem (when running on iphone only)
  • Next by Date: Re: Date parsing problem (when running on iphone only)
  • Previous by thread: Re: Moving oneself to /Applications (or ~/Applications)
  • Next by thread: [Q] Responder Chain & makeFirstResponder
  • Index(es):
    • Date
    • Thread