Layer.onDoubleClick

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