MouseCursor Position
Posted: Thu Oct 24, 2013 11:49 pm
The default FS knob behaviour is not good for fast tweaking.....
Start at 0 ...go all the way to 1...and your mouse cursor ends up
4 inches up the screen....
So I just need to put the original cursor position back in when the mouse goes up...
But having trouble trying to write it in...
Should it look something like this...
Start at 0 ...go all the way to 1...and your mouse cursor ends up
4 inches up the screen....
So I just need to put the original cursor position back in when the mouse goes up...
But having trouble trying to write it in...
Should it look something like this...
Code: Select all
def mouseCursor x,y
if i == 1 or 2 then
mouseCursor.pos = @inputx,@inputy
end