cef_browser_host_t.send_mouse_move_event

Send a mouse move 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, int mouseLeave) nothrow send_mouse_move_event;

Meta