CEF Simulate Mousedown

Having problems with building or using the CefGlue .NET/Mono binding? Ask your questions here.

Moderator: fddima

CEF Simulate Mousedown

Postby Ludger » Mon Jun 29, 2015 12:28 pm

I'm searching for simulaet a MouseClick

i try out this:
Code: Select all
managedCefBrowserAdapter.OnMouseButton(500, 500, 0, true, 2, CefEventFlags.LeftMouseButton);


or i found this, but no idea how to execute:
Code: Select all
MouseEvent a = new MouseEvent();
a.Modifiers = CefEventFlags.LeftMouseButton;
a.X = 500;
a.Y = 500;


someone have an example for mouseclicking?
Ludger
Newbie
 
Posts: 1
Joined: Mon Jun 29, 2015 11:38 am

Return to CefGlue Forum

Who is online

Users browsing this forum: No registered users and 17 guests