Click or drag to resize

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.CefGlue
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public void SendMouseMoveEvent(
	CefMouseEvent event,
	bool mouseLeave
)

Parameters

event
Type: Internal.Xilium.CefGlueCefMouseEvent
mouseLeave
Type: SystemBoolean
See Also