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)
Right mouse button
-
- Newbie
- Posts: 7
- Joined: 25 May 2012 14:13
Re: Right mouse button
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
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
Re: Right mouse button
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
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