CefBrowserHostSendMouseMoveEvent Method |
Send a mouse move event to the browser. The |x| and |y| coordinates are
relative to the upper-left corner of the view.
Namespace: Internal.Xilium.CefGlueAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic void SendMouseMoveEvent(
CefMouseEvent event,
bool mouseLeave
)
Parameters
- event CefMouseEvent
-
- mouseLeave Boolean
-
See Also