Web SDK - PenMask

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

MemberValueDescription
Pressure1The pressure field in this PenAbsolute record is valid.
Rotation2The rotation field in this PenAbsolute record is valid.
TiltX4The tiltX field in this PenAbsolute record is valid.
TiltY8The tiltY field in this PenAbsolute record is valid.