DesktopWindow.MouseMove
From Xojo Documentation
Event
DesktopWindow.MouseMove(X as Integer, Y as Integer)
New in 2021r3
Supported for all project types and targets.
New in 2021r3
Supported for all project types and targets.
The user has moved the mouse inside the window.
Notes
This event handler receives parameters that indicate where the mouse is in local window coordinates. The mouse has moved within the window to the x, y local coordinates passed.