cef_browser_host_t.drag_target_drag_leave

Call this function when the user drags the mouse out of the web view (after calling DragTargetDragEnter). This function is only used when window rendering is disabled.

struct cef_browser_host_t
extern (System)
void function(cef_browser_host_t* self) nothrow drag_target_drag_leave;

Meta