cef_drag_handler_t.base

Base structure.

More...
struct cef_drag_handler_t
cef_base_ref_counted_t base;

Detailed Description

Called when an external drag event enters the browser window. |dragData| contains the drag event data and |mask| represents the type of drag operation. Return false (0) for default drag handling behavior or true (1) to cancel the drag event.

Meta