MouseEvent.count

the number times the mouse has been clicked, as defined by the operating system; 1 for the first click, 2 for the second click and so on.

@since 3.3

class MouseEvent
int count;

Meta