Click or drag to resize

MouseEvent Constructor

Version 130.1.90
Mouse Event

Namespace: CefSharp
Assembly: CefSharp (in CefSharp.dll) Version: 129.0.110.0 (129.0.110.0)
Syntax
public MouseEvent(
	int x,
	int y,
	CefEventFlags modifiers
)

Parameters

x  Int32
x coordinate relative to the upper-left corner of the view.
y  Int32
y coordinate relative to the upper-left corner of the view.
modifiers  CefEventFlags
modifiers
See Also