Enum MouseButton
Button indices for buttons.
Namespace: UnityEngine.InputSystem.LowLevel
Assembly: Unity.InputSystem.dll
Syntax
public enum MouseButton
  Fields
| Name | Description | 
|---|---|
| Back | First side button.  | 
      
| Forward | Second side button.  | 
      
| Left | Left mouse button.  | 
      
| Middle | Middle mouse button.  | 
      
| Right | Right mouse button.  |