Version 130.1.90
Mouse Event
Namespace: CefSharpAssembly: CefSharp (in CefSharp.dll) Version: 129.0.110.0 (129.0.110.0)
Syntax public MouseEvent(
int x,
int y,
CefEventFlags modifiers
)
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