Window.MouseDown

From Xojo Documentation

Event


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

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.