Table of Contents

Enum CoreWebView2PointerEventKind

Namespace
Microsoft.Web.WebView2.Core
Assembly
Microsoft.Web.WebView2.Core.dll

Pointer event kind used by SendPointerInput(CoreWebView2PointerEventKind, CoreWebView2PointerInfo) to convey the kind of pointer event being sent to WebView.

public enum CoreWebView2PointerEventKind

Fields

Activate = 587

Corresponds to WM_POINTERACTIVATE.

Down = 582

Corresponds to WM_POINTERDOWN.

Enter = 585

Corresponds to WM_POINTERENTER.

Leave = 586

Corresponds to WM_POINTERLEAVE.

Up = 583

Corresponds to WM_POINTERUP.

Update = 581

Corresponds to WM_POINTERUPDATE.