cef_draggable_region_t

Type Alias cef_draggable_region_t 

Source
pub type cef_draggable_region_t = _cef_draggable_region_t;
Expand description

Structure representing a draggable region.

Aliased Type§

#[repr(C)]
pub struct cef_draggable_region_t { pub bounds: _cef_rect_t, pub draggable: i32, }

Fields§

§bounds: _cef_rect_t

Bounds of the region.

§draggable: i32

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