InputManager MouseButtons EnumerationBespoke Osc Library
Set of mouse buttons.

Namespace: Bespoke.Common
Assembly: Bespoke.Common (in Bespoke.Common.dll) Version: 5.0.0.0 (5.0.0.0)
Syntax

<FlagsAttribute> _
Public Enumeration MouseButtons
Members

  Member nameValueDescription
None0 No button.
Left1048576 The left mouse button.
Right2097152 The right mouse button.
Middle4194304 The middle mouse button.
XButton18388608 The first XButton.
XButton216777216 The second XButton.
See Also