Mouse position...

grimepoch's icon

Is there anything I can call to get the mouse position regardless if it is inside the JSUI or not? I am using a metro and message to have some internal code poll something, but I need the XY relative to the JSUI.

Thanks!

pseudostereo's icon

the mousestate object in mode 1 gives you patcher coordinates...

grimepoch's icon

This worked perfectly, thank you!