Click or drag to resize
IBrowserHost.SendMouseMoveEvent Method
Version 55.0.0
Send a mouse move event to the browser

Namespace: CefSharp
Assembly: CefSharp (in CefSharp.dll) Version: 55.0.0.0 (55.0.0.0)
Syntax
void SendMouseMoveEvent(
	int x,
	int y,
	bool mouseLeave,
	CefEventFlags modifiers
)

Parameters

x
Type: System.Int32
x coordinate - relative to upper-left corner of view
y
Type: System.Int32
y coordinate - relative to upper-left corner of view
mouseLeave
Type: System.Boolean
mouse leave
modifiers
Type: CefSharp.CefEventFlags
click modifiers .e.g Ctrl
See Also