Home > @rainway/web > TouchMask
TouchMask enum
Indicates which fields of TouchAbsolute are valid. https://docs.microsoft.com/en-us/previous-versions/windows/desktop/inputmsg/touch-mask-constants
Signature:
export declare enum TouchMask
Enumeration Members
| Member | Value | Description |
|---|---|---|
| ContactArea | 1 | The contact area fields in this TouchAbsolute record are valid. |
| Orientation | 2 | The orientation field in this TouchAbsolute record is valid. |
| Pressure | 4 | The pressure field in this TouchAbsolute record is valid. |
