Enum CoreWebView2PointerEventKind
Pointer event kind used by SendPointerInput(CoreWebView2PointerEventKind, CoreWebView2PointerInfo) to convey the kind of pointer event being sent to WebView.
public enum CoreWebView2PointerEventKind
  Fields
Activate = 587Corresponds to
WM_POINTERACTIVATE.Down = 582Corresponds to
WM_POINTERDOWN.Enter = 585Corresponds to
WM_POINTERENTER.Leave = 586Corresponds to
WM_POINTERLEAVE.Up = 583Corresponds to
WM_POINTERUP.Update = 581Corresponds to
WM_POINTERUPDATE.