CoreWebView2PointerInfo.PointerKind Property

Definition

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.

Applies to