Window.onDoubleClick

Function/Meaning

[Windows *] The window was double-clicked

Type
WindowclassEvent
Syntax
onDoubleClick(x, y)
Arguments
x

The x-coordinate (in client coordinates) value of where the window was double-clicked.

y

The y-coordinate (in client coordinates) value of where the window was double-clicked.

Return value
None (void)
Explanation

Occurs when the window is double-clicked.

Reference
Window.onClick