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