Page 1 of 1

How to get mouse coords across the whole monitor setup

Posted: Fri Mar 16, 2018 3:19 pm
by SniffTheGlove
Hi, How to get mouse coords across the whole monitor setup without having an open window or screen?? It just does not seem possible to use the mouse functions without enabling sprites or opened windows.

Example of what I have been trying to achieve.

A PB application to reside in the Taskbar. This application will keep track of the mouse position across my 3 monitors whatever application is running or moving the mouse.
Is this possible with PB?

Re: How to get mouse coords across the whole monitor setup

Posted: Fri Mar 16, 2018 3:29 pm
by kenmo

Code: Select all

DesktopMouseX()
DesktopMouseY()

Re: How to get mouse coords across the whole monitor setup

Posted: Fri Mar 16, 2018 4:24 pm
by SniffTheGlove
kenmo wrote:

Code: Select all

DesktopMouseX()
DesktopMouseY()
Thanks, I have spent ages trying all the mouse stuff and never knew this Desktop Enviroment. Thanks