cef_render_handler_t.update_drag_cursor

Called when the web view wants to update the mouse cursor during a drag & drop operation. |operation| describes the allowed operation (none, move, copy, link).

struct cef_render_handler_t
extern (System)
void function(cef_render_handler_t* self, cef_browser_t* browser, cef_drag_operations_mask_t operation) nothrow update_drag_cursor;

Meta