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