Click or drag to resize
IBrowserHostSendMouseMoveEvent Method
Version 51.0.0
Send a mouse move event to the browser

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

Parameters

x
Type: SystemInt32
x coordinate - relative to upper-left corner of view
y
Type: SystemInt32
y coordinate - relative to upper-left corner of view
mouseLeave
Type: SystemBoolean
mouse leave
modifiers
Type: CefSharpCefEventFlags
click modifiers .e.g Ctrl
See Also