GetMouse
ウィンドウ内のマウス情報を取得します。
仕様
GetMouse
[*Integer
X
, *Integer
Y
, *Integer
button
]
X
,
Y
マウスカーソルの座標が格納されます。
button
押されているマウスのボタン番号が格納されます。
戻り値
説明
1
左ボタンが押されています。
2
右ボタンが押されています。
3
ホイールボタンが押されています。
GetKey
、
InKey
メインへ