InputPointerButtonKind Enum
Specifies the kind of input pointer button.
public enum InputPointerButtonKind
  
    Fields
| Name | Description | 
|---|---|
| Extended1 | The first extended button, which is sometimes available on premium mice.  | 
          
| Extended2 | The second extended button, which is sometimes available on premium mice.  | 
          
| Middle | The middle button, which is generally a mouse's wheel button.  | 
          
| Other | Another button.  | 
          
| Primary | The primary button, which is generally a mouse's left button or a touch.  | 
          
| Secondary | The secondary button, which is generally a mouse's right button.  |