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

提供: robot-jp wiki
ナビゲーションに移動検索に移動
1行目: 1行目:
 
== enum uiOrientation ==
 
== enum uiOrientation ==
この列挙型は、キーボード仮想キーの処理方法を定義します。
+
アイテムの方向/向き。
 
{| class="wikitable"
 
{| class="wikitable"
 
! colspan="2" |'''Enumerator'''
 
! colspan="2" |'''Enumerator'''
 
|-
 
|-
|NoVirtualKeys
+
|Vertical
|No virtual keys are generated
+
|Vertical orientation
 
|-
 
|-
|GenerateVirtualKeys
+
|Horizontal
|Virtual keys are generated. You can call Keyboard.isVKDown() only.
+
|Horizontal orientation
|-
 
|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/fabui_8h_source.html#l00219 line 219 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:52時点における版

enum uiOrientation

アイテムの方向/向き。

Enumerator
Vertical Vertical orientation
Horizontal Horizontal orientation

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



戻る