BASIC8
十分な評価がありません
Button Jr
   
アワード
お気に入り
お気に入り
お気に入りから削除
ファイルサイズ
投稿日
更新日
13.280 KB
2018年3月5日 23時09分
2020年3月1日 19時39分
4 項目の変更履歴 ( 表示 )

サブスクライブしてダウンロード
Button Jr

解説
A reusable clickable button behaviour.

License: CC0 (Public Domain)

Usage:
' Imports the button behaviour. import "btnbhvr" ' Renders a clickable button. if btnbhvr(btn_min, 59,51,32,12) then n = n - 1 endif

See code for details.