Layer.onClick

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