Mouse.Click (gb.qt4)

Static Property Read Click As Integer

Return the number of successive clicks on the mouse button.

So you get 1 for the first click, 2 for a double-click, and so on...

This is available only during a MouseDown event.