Window.onClick
機能/意味
Window clicked
タイプ
Windowクラス
のイベント
構文
onClick(
x
,
y
)
引数
x
The value of the x coordinate (in client coordinates) of where the window was clicked.
y
The y coordinate (in client coordinates) of the location where the window was clicked.
説明
Occurs when the window is clicked.
参照
Window.onMouseDown
Window.onDoubleClick