enum PointerEventButton
Pointer buttons.
Generally these correspond to mouse buttons, but may be used in some form for touch input as well.
Values
| Name | Value | Description |
|---|---|---|
Left |
0 |
|
Middle |
1 |
|
Right |
2 |
|
Count |
3 |