ICoreWebView2PointerInfo.get_TouchFlags

Get 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
@" propget"
HRESULT
get_TouchFlags
(
UINT32* touchFlags
)

Meta