cef_browser_host_t.send_mouse_click_event

Send a mouse click event to the browser. The |x| and |y| coordinates are relative to the upper-left corner of the view.

struct cef_browser_host_t
extern (System)
void function(cef_browser_host_t* self, const(cef_mouse_event_t)* event, cef_mouse_button_type_t type, int mouseUp, int clickCount) nothrow send_mouse_click_event;

Meta