cef_browser_host_t.drag_target_drag_over

Call this function each time the mouse is moved across the web view during a drag operation (after calling DragTargetDragEnter and before calling DragTargetDragLeave/DragTargetDrop). This function is only used when window rendering is disabled.

struct cef_browser_host_t
extern (System)
void function(cef_browser_host_t* self, const(cef_mouse_event_t)* event, cef_drag_operations_mask_t allowed_ops) nothrow drag_target_drag_over;

Meta