Re: Mouseclick

2005-05-02 Thread terjeja
Benji York wrote: > Terje Johan Abrahamsen wrote: > > I have been trying desperately for a while to make Python push the > > left mousebutton. > > Here's some code I've used to simulate a *right* click, but it should > be obvious how to make it do what you want: > > void sendRightClick(void) > {

Re: Mouseclick

2005-05-02 Thread terjeja
Benji York wrote: > Terje Johan Abrahamsen wrote: > > I have been trying desperately for a while to make Python push the > > left mousebutton. > > Here's some code I've used to simulate a *right* click, but it should > be obvious how to make it do what you want: > > void sendRightClick(void) > {