Click or drag to resize
MouseButton Enumeration
Supported mouse buttons. Note: this is a proxy for the GeonBit.UI MouseButton enum, just to create encapsulation.

Namespace:  GeonBit.Input
Assembly:  GeonBit (in GeonBit.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public enum MouseButton
Members
  Member nameValueDescription
Left0Left mouse button.
Right1Right mouse button.
Middle2Middle mouse button (eg scrollwheel when clicked).
See Also