doubleClicked()
Example

Syntax
def doubleClicked():
# do stuff
Description
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