ParsecPenFlags
Different pen flags.
The different kind of flag states, these are flags, and can be combined.
Values
Name | Value | Description |
---|---|---|
PPEN_FLAG_LEAVE | 0x01 | Indicates the pen is still in range of the pad. |
PPEN_FLAG_TOUCHING | 0x02 | Indicates the pen is in contact with the pad. |
PPEN_FLAG_INVERTED | 0x04 | The pen is inverted. |
PPEN_FLAG_ERASER | 0x08 | Eraser is pressed. |
PPEN_FLAG_BARREL_1 | 0x10 | The pen's 1st barrel button is held down. |
PPEN_FLAG_BARREL_2 | 0x20 | The pen's 2nd barrel button is held down. |
PPEN_FLAG_TIP | 0x40 | One of the physical pen's tips is touching the surface. |
PPEN_FLAG_DOUBLE_CLICK | 0x80 | A double-click has been fired by one of the pen's barrel buttons. |