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

提供: robot-jp wiki
ナビゲーションに移動検索に移動
4行目: 4行目:
 
! colspan="2" |'''Enumerator'''
 
! colspan="2" |'''Enumerator'''
 
|-
 
|-
|NoVirtualKeys
+
|Left
|No virtual keys are generated
+
|Left align
 
|-
 
|-
|GenerateVirtualKeys
+
|Right
|Virtual keys are generated. You can call Keyboard.isVKDown() only.
+
|Right align
 
|-
 
|-
|CreateVirtualKeysQueue
+
|Center
|Virtual keys are generated and put on a queue. You can call Keyboard.isVKDown(), Keyboard.virtualKeyAvailable() and Keyboard.getNextVirtualKey()
+
|Center align
 
|}
 
|}
'''[http://www.fabglib.org/ps2controller_8h_source.html#l00065 line 228 of file fabui.h]'''に定義されています。
+
'''[http://www.fabglib.org/fabui_8h_source.html#l00228 line 228 of file fabui.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:43時点における版

enum uiHAlign

テキストの水平方向のアライメント。

Enumerator
Left Left align
Right Right align
Center Center align

line 228 of file fabui.hに定義されています。



戻る