Enum PenButton
Enumeration of buttons on a Pen.
Namespace: UnityEngine .InputSystem
Assembly: Unity.InputSystem.dll
Syntax
public enum PenButton
Fields
Name | Description |
---|---|
Barrel1 | Synonym for Barrel |
Barrel2 | Synonym for Barrel |
Barrel3 | Synonym for Barrel |
Barrel4 | Synonym for Barrel |
BarrelFirst | First button on the side of the pen. |
BarrelFourth | Fourth button on the side of the pen. |
BarrelSecond | Second button on the side of the pen. |
BarrelThird | Third button on the side of the pen. |
Eraser | Button located end of pen opposite to Tip. |
InRange | Artificial button that indicates whether the pen is in detection range or not. |
Tip | Button at the tip of a pen. |