Version: 5.4
public int button ;

説明

どのボタンが押されたか返します

マウスの(0 が左ボタン、1 が右ボタン、2 が真ん中のボタン)を意味します。 EventType.MouseDown、EventType.MouseUp のイベントで使用されます。

no example available in C#