Home > @rainway/web > PenMask
PenMask enum
Indicates which fields of PenAbsolute are valid. https://docs.microsoft.com/en-us/previous-versions/windows/desktop/inputmsg/pen-mask-constants
Signature:
export declare enum PenMask
Enumeration Members
| Member | Value | Description |
|---|---|---|
| Pressure | 1 | The pressure field in this PenAbsolute record is valid. |
| Rotation | 2 | The rotation field in this PenAbsolute record is valid. |
| TiltX | 4 | The tiltX field in this PenAbsolute record is valid. |
| TiltY | 8 | The tiltY field in this PenAbsolute record is valid. |
