DesktopWindow.MouseDown

From Xojo Documentation

Event


DesktopWindow.MouseDown(X as Integer, Y as Integer) As Boolean

New in 2021r3

Supported for all project types and targets.

The mouse button has been pressed inside the window at the x, y local coordinates passed. Return True if you are going to handle the mouseDown.