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)
> {
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)
> {