COREWEBVIEW2_POINTER_EVENT_KIND_ACTIVATE

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.

Values

ValueMeaning
COREWEBVIEW2_POINTER_EVENT_KIND_ACTIVATE0x024B

Corresponds to WM_POINTERACTIVATE.

COREWEBVIEW2_POINTER_EVENT_KIND_DOWN0x0246

Corresponds to WM_POINTERDOWN.

COREWEBVIEW2_POINTER_EVENT_KIND_ENTER0x0249

Corresponds to WM_POINTERENTER.

COREWEBVIEW2_POINTER_EVENT_KIND_LEAVE0x024A

Corresponds to WM_POINTERLEAVE.

COREWEBVIEW2_POINTER_EVENT_KIND_UP0x0247

Corresponds to WM_POINTERUP.

COREWEBVIEW2_POINTER_EVENT_KIND_UPDATE0x0245

Corresponds to WM_POINTERUPDATE.

Meta