ICoreWebView2PointerInfo.put_TouchFlags

Set the TouchFlags of the pointer event. This corresponds to the touchFlags property of the POINTER_TOUCH_INFO struct. The values are defined by the TOUCH_FLAGS constants in the Windows SDK (winuser.h).

interface ICoreWebView2PointerInfo
@" propput"
HRESULT
put_TouchFlags
(
in UINT32 touchFlags
)

Meta