Window.MouseMove

From Xojo Documentation

Event


Window.MouseMove(X as Integer, Y as Integer)

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.