CoreWebView2PointerInfo.PointerKind 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 PointerKind of the pointer event.
public uint PointerKind { get; set; }
member this.PointerKind : uint32 with get, set
Public Property PointerKind As UInteger
Property Value
Remarks
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.