Mouse position...
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!
the mousestate object in mode 1 gives you patcher coordinates...
This worked perfectly, thank you!