cef_drag_handler_t.on_draggable_regions_changed

Called whenever draggable regions for the browser window change. These can be specified using the '-webkit-app-region: drag/no-drag' CSS-property. If draggable regions are never defined in a document this function will also never be called. If the last draggable region is removed from a document this function will be called with an NULL vector.

struct cef_drag_handler_t
extern (System)
void function(cef_drag_handler_t* self, cef_browser_t* browser, cef_frame_t* frame, size_t regionsCount, const(cef_draggable_region_t)* regions) nothrow on_draggable_regions_changed;

Meta