Enum PenInputFlags
Represents a bitmask of pen input states
[Flags]
public enum PenInputFlags : uint
Fields
Button1 = 2The pen's first button is pressed
Button2 = 4The pen's second button is pressed
Button3 = 8The pen's third button is pressed
Button4 = 16The pen's fourth button is pressed
Button5 = 32The pen's fifth button is pressed
Down = 1The pen is pressed down
EraserTip = 1073741824The pen's eraser tip is in use
InProximity = 2147483648The pen is in proximity