ICoreWebView2PointerInfo.put_PointerKind

Set the PointerKind of the pointer event. This corresponds to the pointerKind property of the POINTER_INFO struct. The values are defined by the POINTER_INPUT_KIND enum in the Windows SDK (winuser.h). Supports PT_PEN and PT_TOUCH.

interface ICoreWebView2PointerInfo
@" propput"
HRESULT
put_PointerKind
(
in DWORD pointerKind
)

Meta