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

提供: robot-jp wiki
ナビゲーションに移動検索に移動
4行目: 4行目:
 
! 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 line76 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日 (月) 22:12時点における版

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.

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



戻る