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

提供: robot-jp wiki
ナビゲーションに移動検索に移動
1行目: 1行目:
== enum KbdMode ==
+
== enum LineEditorSpecialChar ==
この列挙型は、キーボード仮想キーの処理方法を定義します。
+
[http://www.fabglib.org/classfabgl_1_1_line_editor_a4dcca161f360237437de0ac2448f2621.html#a4dcca161f360237437de0ac2448f2621 '''LineEditor::onSpecialChar''']デリゲートからのon値で指定された特殊文字。
 
{| class="wikitable"
 
{| class="wikitable"
 
! colspan="2" |'''Enumerator'''
 
! colspan="2" |'''Enumerator'''
 
|-
 
|-
|NoVirtualKeys
+
|CursorUp
|No virtual keys are generated
+
|[http://www.fabglib.org/structfabgl_1_1_cursor.html '''Cursor'''] Up
 
|-
 
|-
|GenerateVirtualKeys
+
|CursorDown
|Virtual keys are generated. You can call Keyboard.isVKDown() only.
+
|[http://www.fabglib.org/structfabgl_1_1_cursor.html '''Cursor'''] Down
|-
 
|CreateVirtualKeysQueue
 
|Virtual keys are generated and put on a queue. You can call Keyboard.isVKDown(), Keyboard.virtualKeyAvailable() and Keyboard.getNextVirtualKey()
 
 
|}
 
|}
'''[http://www.fabglib.org/ps2controller_8h_source.html#l00065 line65 of file ps2controller.h]'''に定義されています。
+
'''[http://www.fabglib.org/terminal_8h_source.html#l02014 line 2014 of file terminal.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日 (月) 22:02時点における版

enum LineEditorSpecialChar

LineEditor::onSpecialCharデリゲートからのon値で指定された特殊文字。

Enumerator
CursorUp Cursor Up
CursorDown Cursor Down

line 2014 of file terminal.hに定義されています。



戻る