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

提供: robot-jp wiki
ナビゲーションに移動検索に移動
4行目: 4行目:
 
! colspan="2" |'''Enumerator'''
 
! colspan="2" |'''Enumerator'''
 
|-
 
|-
|1
+
|KeyboardPort0_MousePort1
|
+
|[http://www.fabglib.org/classfabgl_1_1_keyboard.html '''Keyboard'''] on Port 0 and [http://www.fabglib.org/classfabgl_1_1_mouse.html '''Mouse'''] on Port 1
 
|-
 
|-
|2
+
|KeyboardPort1_MousePort0
|
+
|[http://www.fabglib.org/classfabgl_1_1_keyboard.html '''Keyboard'''] on Port 1 and [http://www.fabglib.org/classfabgl_1_1_mouse.html '''Mouse'''] on Port 0
 
|-
 
|-
|3
+
|KeyboardPort0
|
+
|[http://www.fabglib.org/classfabgl_1_1_keyboard.html '''Keyboard'''] on Port 0 (no mouse)
 
|-
 
|-
|4
+
|KeyboardPort1
|
+
|[http://www.fabglib.org/classfabgl_1_1_keyboard.html '''Keyboard'''] on Port 1 (no mouse)
 
|-
 
|-
|5
+
|MousePort0
|
+
|[http://www.fabglib.org/classfabgl_1_1_mouse.html '''Mouse'''] on port 0 (no keyboard)
 
|-
 
|-
|6
+
|MousePort1
|
+
|[http://www.fabglib.org/classfabgl_1_1_mouse.html '''Mouse'''] on port 1 (no keyboard)
|-
 
|7
 
|
 
|-
 
|8
 
|
 
|-
 
|9
 
|
 
|-
 
|0
 
|
 
|-
 
|1
 
|
 
|-
 
|2
 
|
 
|-
 
|3
 
|
 
|-
 
|4
 
|
 
|-
 
|5
 
|
 
|-
 
|6
 
|
 
|-
 
|7
 
|
 
|-
 
|8
 
|
 
|-
 
|9
 
|
 
|-
 
|0
 
|
 
 
|}
 
|}
'''[http://www.fabglib.org/fabutils_8h_source.html#l00935 line 935 of file fabutils.h]'''に定義されています。
+
'''[http://www.fabglib.org/ps2controller_8h_source.html#l00052 line 52 of file ps2controller.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:20時点における版

enum PS2DeviceType

この列挙型は、PS/2ポートに接続されるものを定義します。

Enumerator
KeyboardPort0_MousePort1 Keyboard on Port 0 and Mouse on Port 1
KeyboardPort1_MousePort0 Keyboard on Port 1 and Mouse on Port 0
KeyboardPort0 Keyboard on Port 0 (no mouse)
KeyboardPort1 Keyboard on Port 1 (no mouse)
MousePort0 Mouse on port 0 (no keyboard)
MousePort1 Mouse on port 1 (no keyboard)

line 52 of file ps2controller.hに定義されています。



戻る