Hey, is there anyway that I can detect where my actual mouse is at while I'm using smart?
If that doesn't make any sense just let me know and I'll try and explain it better.
Printable View
Hey, is there anyway that I can detect where my actual mouse is at while I'm using smart?
If that doesn't make any sense just let me know and I'll try and explain it better.
Atm this is not possible.
I made a thread about this before, but not many people liked the idea of having two GetMousePos so the thread died
Well, the reason I'm wondering is for interactive paint.
This could be achieved if you edit SMART to get your mouse position from the rs applet.
GetMousePos() - The mouse Simba/SMART is controlling.
GetRealMousePos() - The mouse you are controlling. If not on smart, this would return the same as GetMousePos().
just run 2 scripts that communicate with each other one with smart the other one just sends the mouse co-ordinates to the first one, should do it.
if simba supports that. I know scar has this.
Does Simba have ISM?
nope. maby edit a .ini file?