CoreWebView2PointerInfo.PointerFlags Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the PointerFlags of the pointer event.
public uint PointerFlags { get; set; }
member this.PointerFlags : uint32 with get, set
Public Property PointerFlags As UInteger
Property Value
Remarks
This corresponds to the pointerFlags property of the POINTER_INFO
struct. The values are defined by the POINTER_FLAGS
constants in the Windows SDK (winuser.h).