CoreWebView2PointerEventKind Enum

Definition

Pointer event type used by SendPointerInput to convey the type of pointer event being sent to WebView. The values of this enum align with the matching WM_POINTER* window messages.

public enum CoreWebView2PointerEventKind
type CoreWebView2PointerEventKind = 
Public Enum CoreWebView2PointerEventKind
Inheritance
CoreWebView2PointerEventKind

Fields

Name Value Description
Update 581

Corresponds to WM_POINTERUPDATE.

Down 582

Corresponds to WM_POINTERDOWN.

Up 583

Corresponds to WM_POINTERUP.

Enter 585

Corresponds to WM_POINTERENTER.

Leave 586

Corresponds to WM_POINTERLEAVE.

Activate 587

Corresponds to WM_POINTERACTIVATE.

Applies to