DesktopCanvas.DoublePressed
From Xojo Documentation
Event
DesktopCanvas.DoublePressed(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 double-pressed (clicked or tapped) at the passed coordinates (in pixels). The coordinates are relative to the top-left (0,0) point of the DesktopCanvas. This event fires even if you return True from the MouseDown event.