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