CoreWebView2MouseEventKind 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.
Mouse event kind used by SendMouseInput(CoreWebView2MouseEventKind, CoreWebView2MouseEventVirtualKeys, UInt32, Point) to convey the kind of mouse event being sent to WebView.
public enum CoreWebView2MouseEventKind
type CoreWebView2MouseEventKind =
Public Enum CoreWebView2MouseEventKind
- Inheritance
-
CoreWebView2MouseEventKind
Fields
Name | Value | Description |
---|---|---|
NonClientRightButtonDown | 164 | R button down over non client area, |
NonClientRightButtonUp | 165 | R button up over non client area, |
Move | 512 | Mouse move event, |
LeftButtonDown | 513 | Left button down mouse event, |
LeftButtonUp | 514 | Left button up mouse event, |
LeftButtonDoubleClick | 515 | Left button double click mouse event, |
RightButtonDown | 516 | Right button down mouse event, |
RightButtonUp | 517 | Right button up mouse event, |
RightButtonDoubleClick | 518 | Right button double click mouse event, |
MiddleButtonDown | 519 | Middle button down mouse event, |
MiddleButtonUp | 520 | Middle button up mouse event, |
MiddleButtonDoubleClick | 521 | Middle button double click mouse event, |
Wheel | 522 | Mouse wheel scroll event, |
XButtonDown | 523 | First or second X button down mouse event, |
XButtonUp | 524 | First or second X button up mouse event, |
XButtonDoubleClick | 525 | First or second X button double click mouse event, |
HorizontalWheel | 526 | Mouse horizontal wheel scroll event, |
Leave | 675 | Mouse leave event, |