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

提供: robot-jp wiki
ナビゲーションに移動検索に移動
1行目: 1行目:
 
== enum PS2DeviceType ==
 
== enum PS2DeviceType ==
この列挙型は、PS/2ポートに接続されるものを定義します。
+
PS/2ポートに接続されているデバイスの種類を表します。
 
{| class="wikitable"
 
{| class="wikitable"
 
! colspan="2" |'''Enumerator'''
 
! colspan="2" |'''Enumerator'''
 
|-
 
|-
|KeyboardPort0_MousePort1
+
|UnknownPS2Device
|[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
+
|Unknown device or unable to connect to the device
 
|-
 
|-
|KeyboardPort1_MousePort0
+
|OldATKeyboard
|[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
+
|Old AT keyboard
 
|-
 
|-
|KeyboardPort0
+
|MouseStandard
|[http://www.fabglib.org/classfabgl_1_1_keyboard.html '''Keyboard'''] on Port 0 (no mouse)
+
|Standard mouse
 
|-
 
|-
|KeyboardPort1
+
|MouseWithScrollWheel
|[http://www.fabglib.org/classfabgl_1_1_keyboard.html '''Keyboard'''] on Port 1 (no mouse)
+
|Mouse with Scroll Wheel
 
|-
 
|-
|MousePort0
+
|Mouse5Buttons
|[http://www.fabglib.org/classfabgl_1_1_mouse.html '''Mouse'''] on port 0 (no keyboard)
+
|Mouse with 5 buttons
 
|-
 
|-
|MousePort1
+
|MF2KeyboardWithTranslation
|[http://www.fabglib.org/classfabgl_1_1_mouse.html '''Mouse'''] on port 1 (no keyboard)
+
|Standard MF2 keyboard with translation
 +
|-
 +
|M2Keyboard
 +
|Standard MF2 keyboard. This is the most common value returned by USB/PS2 modern keyboards
 
|}
 
|}
'''[http://www.fabglib.org/ps2controller_8h_source.html#l00052 line 52 of file ps2controller.h]'''に定義されています。
+
'''[http://www.fabglib.org/ps2device_8h_source.html#l00052 line 52 of file ps2device.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:26時点における版

enum PS2DeviceType

PS/2ポートに接続されているデバイスの種類を表します。

Enumerator
UnknownPS2Device Unknown device or unable to connect to the device
OldATKeyboard Old AT keyboard
MouseStandard Standard mouse
MouseWithScrollWheel Mouse with Scroll Wheel
Mouse5Buttons Mouse with 5 buttons
MF2KeyboardWithTranslation Standard MF2 keyboard with translation
M2Keyboard Standard MF2 keyboard. This is the most common value returned by USB/PS2 modern keyboards

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



戻る