Re: CGEvent with double click

2010-08-19 Thread Joe Turner
Wow, when I glanced over that I assume the state would mean up or down, so I didn't look into it. Thanks so much man! I owe you one :) Joe ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments

CGEvent with double click

2010-08-18 Thread Joe Turner
Hello, I'm trying to post an event (using CGEventRef) that at least behaves like a double click (even if it's not officially one). What I do now is immediately have a down click, then .01 second later have an up click, then .1 second later have a down click, and then .01 second later have an

Re: CGEvent with double click

2010-08-18 Thread Quincey Morris
On Aug 18, 2010, at 17:56, Joe Turner wrote: I'm trying to post an event (using CGEventRef) that at least behaves like a double click (even if it's not officially one). What I do now is immediately have a down click, then .01 second later have an up click, then .1 second later have a down