API version 1
- ‐
Clicked¶
アイコン上でマウスの左ボタンが押されたときに発生します。
ClickedイベントのEventオブジェクトは以下の構造を持ちます。
型 |
名前 |
説明 |
---|---|---|
integer |
xPos |
マウスポインタのx座標 |
integer |
yPos |
マウスポインタのy座標 |
boolean |
shiftKey |
常にfalse |
boolean |
ctrlKey |
常にfalse |
boolean |
altKey |
常にfalse |