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: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public void SendMouseMoveEvent(
	CefMouseEvent event,
	bool mouseLeave
)

Parameters

event  CefMouseEvent
 
mouseLeave  Boolean
 
See Also