Right mouse button

Discuss Lemur and share techniques.
Post Reply
wul
Regular
Posts: 181
Joined: 10 Apr 2012 13:25

Right mouse button

Post by wul »

has anyone got the right mouse button to work, i can do left but not right
using
clickout(target,left or right,state)

not as the manual states, which appears to be left only
mouselbutton(target,state)
forevernow
Newbie
Posts: 7
Joined: 25 May 2012 14:13

Re: Right mouse button

Post by forevernow »

Hi Wul,

Would you mind sharing your script showing how you got the left mouse working

Ive been trying mousemove without success, though this is all new to me and needs more study..

thanks in advance

joe
wul
Regular
Posts: 181
Joined: 10 Apr 2012 13:25

Re: Right mouse button

Post by wul »

attached the template , you need to set the deamon up for mouse and keyboard recieves from KBMouse 1
i used the click out command which is clickout(port,0,1); which should be left button this works
clickout(port,1,1); should be right button but still works as left button
noticed in the latest user guide the only documented mouse button command is

mouselbutton(target,state) : outputs a left mouse button click to the specified
KbMouse Target.

can't remember where i got the info for the clickout command from
Attachments
MOUSE.jzml
(4.64 KiB) Downloaded 121 times
Post Reply