Version 108.4.130 
            Mouse Event
            
 
    Namespace: 
   CefSharp
    Assembly:
   CefSharp (in CefSharp.dll) Version: 108.4.130.0 (108.4.130.0)
Syntaxpublic MouseEvent(
	int x,
	int y,
	CefEventFlags modifiers
)
public:
MouseEvent(
	int x, 
	int y, 
	CefEventFlags modifiers
)
Parameters
- x
 - Type: SystemInt32
x coordinate relative to the upper-left corner of the view. - y
 - Type: SystemInt32
y coordinate relative to the upper-left corner of the view. - modifiers
 - Type: CefSharpCefEventFlags
modifiers 
See Also