Chromium Embedded Framework (CEF)
115.2.0+g096e3eb+chromium-115.0.5790.13
|
Class representing a draggable region. More...
#include "include/internal/cef_types_wrappers.h"
Public Member Functions | |
CefDraggableRegion () | |
CefDraggableRegion (const cef_draggable_region_t &r) | |
CefDraggableRegion (const cef_rect_t &bounds, bool draggable) | |
void | Set (const CefRect &bounds_val, bool draggable_val) |
Additional Inherited Members | |
Public Attributes inherited from cef_draggable_region_t | |
cef_rect_t | bounds |
Bounds of the region. More... | |
int | draggable |
True (1) this this region is draggable and false (0) otherwise. More... | |
Class representing a draggable region.
|
inline |
|
inline |
|
inline |
|
inline |