Page 1 of 1

mouse command question

Posted: 24 Oct 2015 15:29
by digitalson
there is a command that moves the mouse to a position using x/y parameters and a mouseleft click command with destination and state ,but what is the right syntax for state? is it 0,1? on/off? manual doesnt say,also is there a right mouse click command as well?,,,,,,thanks

Re: mouse command question

Posted: 25 Oct 2015 20:07
by digitalson
tried this mouse click out but it seams to hold the click down ,so i tried to run a equal command to release the click off but no ,,,help

Re: mouse command question

Posted: 27 Oct 2015 07:22
by Softcore
Use:
mouseout(0,1,1) for left click on
mouseout(0,0,1) for left click off

Re: mouse command question

Posted: 27 Oct 2015 19:56
by digitalson
hey softcore how are u? is there a right click or no?,,,i discovered that the click option is great for cubase when the windows are not in focus,i can use the mouse position and click on off to put the windows in focus so the commands work,,,its a oain to click them just to use all the commands,,,now i ca go completely mouse free,,,also i am tring to automate a program that has no midi or key commands and by holding the mouse click on i can move the mouse,,,thats the other problem im having,,,any suggestions where i can have a fader move the mouse up and down while the click is on ,,,i tried it and cane close but the fader is reversed and only moves from middle of fader to top,,,,what variables would i use for the x this is what i got so far