Window.onClick

Function/Meaning

[Windows *] The window was clicked

Type
WindowclassEvent
Syntax
onClick(x, y)
Arguments
x

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

y

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

Return value
None (void)
Explanation

Occurs when the window is clicked.

Reference
Window.onMouseDown
Window.onDoubleClick