cef_browser_host_t.send_mouse_wheel_event

Send a mouse wheel event to the browser. The |x| and |y| coordinates are relative to the upper-left corner of the view. The |deltaX| and |deltaY| values represent the movement delta in the X and Y directions respectively. In order to scroll inside select popups with window rendering disabled cef_render_handler_t::GetScreenPoint should be implemented properly.

struct cef_browser_host_t
extern (System)
void function(cef_browser_host_t* self, const(cef_mouse_event_t)* event, int deltaX, int deltaY) nothrow send_mouse_wheel_event;

Meta