MouseInputButtons Enumeration

Supported mouse buttons.

Definition

Namespace: SMath.Manager
Assembly: SMath.Manager (in SMath.Manager.dll) Version: 1.73.9126.0
C#
public enum MouseInputButtons

Members

None0 No buttons.
Left1,048,576 Left mouse button.
Right2,097,152 Right mouse button.
Middle4,194,304 Middle mouse button.
XButton18,388,608 First optional button.
XButton216,777,216 Second optional button.

See Also