ICoreWebView2PointerInfo.put_PenMask

Set the PenMask of the pointer event. This corresponds to the penMask property of the POINTER_PEN_INFO struct. The values are defined by the PEN_MASK constants in the Windows SDK (winuser.h).

interface ICoreWebView2PointerInfo
@" propput"
HRESULT
put_PenMask
(
in UINT32 penMask
)

Meta