Clickb(関数)
フォーマット
clickb
clickb()
integer_expressionを返します
説明
ユーザーがマウスで最後にクリックしたボタンを返します(グラフィック出力上にある場合)。 クリックが記録されていない場合は0を返します。
例
# clear any prior mouse click
clickclear
# wait for the user to click the mouse
print "click mouse on the graphics output"
while clickb = 0
pause .01
endwhile
# show where the user clicked
print "The user clicked at (" + clickx + "," + clicky + ")"
See Also
History
0.9.4d | New To Version |
1.99.99.58 | Added Named Constants |
コメント
最新を表示する
NG表示方式
NGID一覧