CoreWebView2PointerEventKind Enum

Definition

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

public enum CoreWebView2PointerEventKind
type CoreWebView2PointerEventKind = 
Public Enum CoreWebView2PointerEventKind
Inheritance
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.

Applies to