CoreWebView2MouseEventKind Enum
Mouse event kind used by CoreWebView2CompositionController.SendMouseInput to convey the kind of mouse event being sent to WebView.
| Name | Value | Description |
|---|---|---|
HorizontalWheel |
0x20e | Mouse horizontal wheel scroll event, WM_MOUSEHWHEEL. |
LeftButtonDoubleClick |
0x203 | Left button double click mouse event, WM_LBUTTONDBLCLK. |
LeftButtonDown |
0x201 | Left button down mouse event, WM_LBUTTONDOWN. |
LeftButtonUp |
0x202 | Left button up mouse event, WM_LBUTTONUP. |
Leave |
0x2a3 | Mouse leave event, WM_MOUSELEAVE. |
MiddleButtonDoubleClick |
0x209 | Middle button double click mouse event, WM_MBUTTONDBLCLK. |
MiddleButtonDown |
0x207 | Middle button down mouse event, WM_MBUTTONDOWN. |
MiddleButtonUp |
0x208 | Middle button up mouse event, WM_MBUTTONUP. |
Move |
0x200 | Mouse move event, WM_MOUSEMOVE. |
RightButtonDoubleClick |
0x206 | Right button double click mouse event, WM_RBUTTONDBLCLK. |
RightButtonDown |
0x204 | Right button down mouse event, WM_RBUTTONDOWN. |
RightButtonUp |
0x205 | Right button up mouse event, WM_RBUTTONUP. |
Wheel |
0x20a | Mouse wheel scroll event, WM_MOUSEWHEEL. |
XButtonDoubleClick |
0x20d | First or second X button double click mouse event, WM_XBUTTONDBLCLK. |
XButtonDown |
0x20b | First or second X button down mouse event, WM_XBUTTONDOWN. |
XButtonUp |
0x20c | First or second X button up mouse event, WM_XBUTTONUP. |