Window.onDoubleClick
Function/Meaning
The window was double-clicked
Type
Event of the
Window class
Syntax
onDoubleClick(
x
,
y
)
Arguments
x
The x-coordinate (in client coordinates) where the window was double-clicked.
y
The y-coordinate (in client coordinates) where the window was double-clicked.
Description
Occurs when the window is double-clicked.
Reference
Window.onClick