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

提供: robot-jp wiki
ナビゲーションに移動検索に移動
(ページの作成:「 ----[https://robot-jp.com/wiki/index.php/App:Library:FabGL:Enumerations 戻る]」)
 
1行目: 1行目:
 +
== enum PS2Preset ==
 +
この列挙型は、PS/2ポートに接続されるものを定義します。
 +
{| class="wikitable"
 +
! colspan="2" |'''Enumerator'''
 +
|-
 +
|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
 +
|-
 +
|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
 +
|-
 +
|KeyboardPort0
 +
|[http://www.fabglib.org/classfabgl_1_1_keyboard.html '''Keyboard'''] on Port 0 (no mouse)
 +
|-
 +
|KeyboardPort1
 +
|[http://www.fabglib.org/classfabgl_1_1_keyboard.html '''Keyboard'''] on Port 1 (no mouse)
 +
|-
 +
|MousePort0
 +
|[http://www.fabglib.org/classfabgl_1_1_mouse.html '''Mouse'''] on port 0 (no keyboard)
 +
|-
 +
|MousePort1
 +
|[http://www.fabglib.org/classfabgl_1_1_mouse.html '''Mouse'''] on port 1 (no keyboard)
 +
|}
 +
'''[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:24時点における版

enum PS2Preset

この列挙型は、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に定義されています。



戻る