Getting global x ans y coordinates

I know it is possible but cannot find it anywhere.
How to get the apps global x and y coordinates of the pointer?

Do you mean something like Screen.Top and Screen.Left?

I believe you want System.MouseX and System.MouseY

Jim