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

提供: robot-jp wiki
ナビゲーションに移動検索に移動
(ページの作成:「 ----[https://robot-jp.com/wiki/index.php/App:Library:FabGL:Enumerations 戻る]」)
 
 
(同じ利用者による、間の2版が非表示)
1行目: 1行目:
 +
== enum [http://www.fabglib.org/group___enumerations_gab18ae5ee717bbc4b0722f7c3f5cffbf6.html#gab18ae5ee717bbc4b0722f7c3f5cffbf6 LineEditorSpecialChar] ==
 +
[http://www.fabglib.org/classfabgl_1_1_line_editor_a4dcca161f360237437de0ac2448f2621.html#a4dcca161f360237437de0ac2448f2621 '''LineEditor::onSpecialChar''']デリゲートからのon値で指定された特殊文字。
 +
{| class="wikitable"
 +
! colspan="2" |'''Enumerator'''
 +
|-
 +
|CursorUp
 +
|[http://www.fabglib.org/structfabgl_1_1_cursor.html '''Cursor'''] Up
 +
|-
 +
|CursorDown
 +
|[http://www.fabglib.org/structfabgl_1_1_cursor.html '''Cursor'''] Down
 +
|}
 +
'''[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日 (月) 23:34時点における最新版

enum LineEditorSpecialChar

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

Enumerator
CursorUp Cursor Up
CursorDown Cursor Down

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



戻る