cef_draggable_region_t

Structure representing a draggable region.

version(cef && embedded_cef_bindings)
extern (C)
struct cef_draggable_region_t {}

Members

Variables

bounds
cef_rect_t bounds;

Bounds of the region.

draggable
int draggable;

True (1) this this region is draggable and false (0) otherwise.

Meta