CoreWebView2PointerEventKind Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Name | Value | Description |
---|---|---|
Update | 581 | Corresponds to |
Down | 582 | Corresponds to |
Up | 583 | Corresponds to |
Enter | 585 | Corresponds to |
Leave | 586 | Corresponds to |
Activate | 587 | Corresponds to |