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

提供: robot-jp wiki
ナビゲーションに移動検索に移動
 
(同じ利用者による、間の1版が非表示)
1行目: 1行目:
== enum MouseType ==
+
== enum [http://www.fabglib.org/group___enumerations_ga1a15f1712ba14a6877038ffe9c6f7708.html#ga1a15f1712ba14a6877038ffe9c6f7708 MouseType] ==
 
マウスの種類についての記述です。
 
マウスの種類についての記述です。
 
{| class="wikitable"
 
{| class="wikitable"
 
! colspan="2" |'''Enumerator'''
 
! colspan="2" |'''Enumerator'''
 
|-
 
|-
|Input
+
|LegacyMouse
|GPIO is input
+
|Legacy PS2 mouse with three buttons, X and Y movements.
 
|-
 
|-
|Output
+
|Intellimouse
|GPIO is output
+
|Microsoft Intellimouse compatible with three buttons, X and Y movements and a scroll wheel.
 
|}
 
|}
'''[http://www.fabglib.org/group___enumerations_ga8389ac8ebb8a33d21364f84ddfa64c00.html#ga8389ac8ebb8a33d21364f84ddfa64c00 line126 of file MCP23S17.h]'''に定義されています。
+
'''[http://www.fabglib.org/mouse_8h_source.html#l00076 line 76 of file mouse.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:37時点における最新版

enum MouseType

マウスの種類についての記述です。

Enumerator
LegacyMouse Legacy PS2 mouse with three buttons, X and Y movements.
Intellimouse Microsoft Intellimouse compatible with three buttons, X and Y movements and a scroll wheel.

line 76 of file mouse.hに定義されています。



戻る