Overview   Project   Class   Tree   Index 
CEF3 C++ API Docs - Version 80.1.4+g8927396+chromium-80.0.3987.149
FRAMES    NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD

(default)
Struct _cef_draggable_region_t

   in cef_types.h

struct _cef_draggable_region_t

Structure representing a draggable region.


Field Summary
 cef_rect_t bounds
          Bounds of the region.
 int draggable
          True (1) this this region is draggable and false (0) otherwise.
 

Field Detail

bounds

public cef_rect_t bounds;
Bounds of the region.

draggable

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

 Overview   Project   Class   Tree   Index 
CEF3 C++ API Docs - Version 80.1.4+g8927396+chromium-80.0.3987.149
FRAMES    NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD

Chromium Embedded Framework (CEF) Copyright © 2016 Marshall A. Greenblatt