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

提供: robot-jp wiki
ナビゲーションに移動検索に移動
(ページの作成:「 ----[https://robot-jp.com/wiki/index.php/App:Library:FabGL:Enumerations 戻る]」)
 
 
(同じ利用者による、間の2版が非表示)
1行目: 1行目:
 +
== enum [http://www.fabglib.org/group___enumerations_ga1a15f1712ba14a6877038ffe9c6f7708.html#ga1a15f1712ba14a6877038ffe9c6f7708 MouseType] ==
 +
マウスの種類についての記述です。
 +
{| class="wikitable"
 +
! colspan="2" |'''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.
 +
|}
 +
'''[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に定義されています。



戻る