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

提供: robot-jp wiki
ナビゲーションに移動検索に移動
 
(同じ利用者による、間の2版が非表示)
1行目: 1行目:
== enum LineEnds ==
+
== enum [http://www.fabglib.org/group___enumerations_ga8ac9813c9c9df8a1e7f6ec66b346f08e.html#ga8ac9813c9c9df8a1e7f6ec66b346f08e LineEnds] ==
 
この列挙型は、ペンの幅が1より大きい場合の線の端を定義します。
 
この列挙型は、ペンの幅が1より大きい場合の線の端を定義します。
 
{| class="wikitable"
 
{| class="wikitable"
 
! colspan="2" |'''Enumerator'''
 
! colspan="2" |'''Enumerator'''
 
|-
 
|-
|NoVirtualKeys
+
|None
|No virtual keys are generated
+
|No line ends
 
|-
 
|-
|GenerateVirtualKeys
+
|Circle
|Virtual keys are generated. You can call Keyboard.isVKDown() only.
+
|Circle line ends
|-
 
|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/displaycontroller_8h_source.html#l00456 line 456 of file displaycontroller.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 LineEnds

この列挙型は、ペンの幅が1より大きい場合の線の端を定義します。

Enumerator
None No line ends
Circle Circle line ends

line 456 of file displaycontroller.hに定義されています。



戻る