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

提供: robot-jp wiki
ナビゲーションに移動検索に移動
1行目: 1行目:
 
==enum ChipPackage==
 
==enum ChipPackage==
この列挙型は、事前定義されたマウスカーソルのセットを定義します。
+
ダイアログヘルパークラス の '''[[App:Library:FabGL:Class:InputBox|InputBox]]''' の実行結果です。
 
{| class="wikitable"
 
{| class="wikitable"
 
! colspan="2" |'''Enumerator'''
 
! colspan="2" |'''Enumerator'''
 
|-
 
|-
|1
+
|None
|
+
|Still running
 
|-
 
|-
|2
+
|ButtonExt0
|
+
|Button Ext 0 pressed
 
|-
 
|-
|3
+
|ButtonExt1
|
+
|Button Ext 1 pressed
 
|-
 
|-
|4
+
|ButtonExt2
|
+
|Button Ext 3 pressed
 
|-
 
|-
|5
+
|ButtonExt3
|
+
|Button Ext 4 pressed
 
|-
 
|-
|6
+
|Cancel
|
+
|Button CANCEL or ESC key pressed
 
|-
 
|-
|7
+
|ButtonLeft
|
+
|Left button (cancel) or ESC key pressed
 
|-
 
|-
|8
+
|Enter
|
+
|Button OK, ENTER or RETURN pressed
 
|-
 
|-
|9
+
|ButtonRight
|
+
|Right button (OK), ENTER or RETURN pressed
|-
 
|0
 
|
 
|-
 
|1
 
|
 
|-
 
|2
 
|
 
|-
 
|3
 
|
 
|-
 
|4
 
|
 
|-
 
|5
 
|
 
|-
 
|6
 
|
 
|-
 
|7
 
|
 
|-
 
|8
 
|
 
|-
 
|9
 
|
 
|-
 
|0
 
|
 
 
|}
 
|}
'''[http://www.fabglib.org/fabutils_8h_source.html#l00935 line 935 of file fabutils.h]'''に定義されています。
+
例: [http://www.fabglib.org/_v_g_a_2_input_box_2_input_box_8ino-example.html#a1 '''VGA/InputBox/InputBox.ino''']
 +
 
 +
 
 +
'''[http://www.fabglib.org/inputbox_8h_source.html#l00056 line 56 of file inputbox.h]'''に定義されています。
 +
 
  
  
  
 
----[https://robot-jp.com/wiki/index.php/App:Library:FabGL:Enumerations 戻る]
 
----[https://robot-jp.com/wiki/index.php/App:Library:FabGL:Enumerations 戻る]

2022年3月21日 (月) 20:52時点における版

enum ChipPackage

ダイアログヘルパークラス の 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に定義されています。




戻る