API version 1
- ‐
RButtonUp¶
マウスの右ボタンが離されたときに発生します。
Eventオブジェクトには以下のプロパティが付加されています。
型 | 名前 | 説明 |
---|---|---|
integer | xPos | マウスポインタのx座標 |
integer | yPos | マウスポインタのy座標 |
boolean | shiftKey | Shiftキーが押されている場合はtrue、それ以外はfalse |
boolean | ctrlKey | Ctrlキーが押されている場合はtrue、それ以外はfalse |
boolean | altKey | Altキーが押されている場合はtrue、それ以外はfalse |