Skip to content

mousebutton

katsumasa edited this page Apr 21, 2021 · 1 revision

mousebutton buttonNo type

パラメータ

パラメーター 内容
buttonNo int ボタンの番号
type string 操作タイプ

操作タイプ

操作タイプ 内容
down ボタンを押す
up ボタンを放す

説明

マウスのボタンに関するイベントを発生させます。 downを実行した場合、upが実行される迄downの状態を維持します。

mousebutton 0 down
wait sec 0.5
mousebutton 0 up
Clone this wiki locally