「App:Library:FabGL:Enumerations:InputResult」の版間の差分

提供: robot-jp wiki
ナビゲーションに移動検索に移動
 
1行目: 1行目:
==enum ChipPackage==
+
==enum [http://www.fabglib.org/group___enumerations_ga25f6dff2b7711962b46d7c9313d28aa2.html#ga25f6dff2b7711962b46d7c9313d28aa2 InputResult]==
 
ダイアログヘルパークラス の '''[[App:Library:FabGL:Class:InputBox|InputBox]]''' の実行結果です。
 
ダイアログヘルパークラス の '''[[App:Library:FabGL:Class:InputBox|InputBox]]''' の実行結果です。
 
{| class="wikitable"
 
{| class="wikitable"

2022年3月21日 (月) 23:31時点における最新版

enum InputResult

ダイアログヘルパークラス の InputBox の実行結果です。

Enumerator
None Still running
ButtonExt0 Button Ext 0 pressed
ButtonExt1 Button Ext 1 pressed
ButtonExt2 Button Ext 3 pressed
ButtonExt3 Button Ext 4 pressed
Cancel Button CANCEL or ESC key pressed
ButtonLeft Left button (cancel) or ESC key pressed
Enter Button OK, ENTER or RETURN pressed
ButtonRight Right button (OK), ENTER or RETURN pressed

例: VGA/InputBox/InputBox.ino


line 56 of file inputbox.hに定義されています。




戻る