is possible simulate the left mouse button?

Discuss any general programming issues here
Post Reply
xabierpayet
Posts: 267
Joined: Fri Feb 24, 2012 9:34 am

is possible simulate the left mouse button?

Post by xabierpayet »

is possible simulate the leftmouseclick? but with all the effects (press buttons), i need control an application remotely, and i need to know if
i need rewrite it, or i can emulate the button press in the remote device over a simple template of the application only sending coordinates and
information.(send mouse coordinates is easy, this is not the problem)
User avatar
airsoftsoftwair
Posts: 5433
Joined: Fri Feb 12, 2010 2:33 pm
Location: Germany
Contact:

Re: is possible simulate the left mouse button?

Post by airsoftsoftwair »

No, that's currently not possible and it's not planned because the user should be the one to decide what to click and what not :)
User avatar
lazi
Posts: 625
Joined: Thu Feb 24, 2011 11:08 pm

Re: is possible simulate the left mouse button?

Post by lazi »

Check this one: http://aminet.net/util/wb/mouse_control.lha

Did not tested myself on OS4, MOS, but maybe works.
xabierpayet
Posts: 267
Joined: Fri Feb 24, 2012 9:34 am

Re: is possible simulate the left mouse button?

Post by xabierpayet »

thanks for the answer, but i need the solution for use a remote in one application, phone to phone.
One phone send instructions to other phone to udate the values of the displayed values.
Well, if is not possible, i can use an alternative method, no prolem.
Post Reply