cef_browser_host_t.drag_source_system_drag_ended

Call this function when the drag operation started by a

More...
struct cef_browser_host_t
extern (System)
void function(cef_browser_host_t* self) nothrow drag_source_system_drag_ended;

Detailed Description

cef render handler t

:StartDragging call has completed. This function may be called immediately without first calling DragSourceEndedAt to cancel a drag operation. If the web view is both the drag source and the drag target then all DragTarget* functions should be called before DragSource* mthods. This function is only used when window rendering is disabled.

Meta