CoreWebView2PointerEventKind Enum
Pointer event kind used by CoreWebView2CompositionController.SendPointerInput to convey the kind of pointer event being sent to WebView.
| Name | Value | Description |
|---|---|---|
Activate |
0x24b | Corresponds to WM_POINTERACTIVATE. |
Down |
0x246 | Corresponds to WM_POINTERDOWN. |
Enter |
0x249 | Corresponds to WM_POINTERENTER. |
Leave |
0x24a | Corresponds to WM_POINTERLEAVE. |
Up |
0x247 | Corresponds to WM_POINTERUP. |
Update |
0x245 | Corresponds to WM_POINTERUPDATE. |