doubleClicked()
Example

Syntax
def doubleClicked():
# do stuffDescription
This function is called every time a dblclick event (part of the DOM L3 specification) is detected. The dblclick event is fired when a mouse is clicked twice in a relatively short period of time.
Last updated