Chromium Embedded Framework (CEF)  120.2.0+g13c6ece+chromium-120.0.6099.199
cef_draggable_region_t Struct Reference

Structure representing a draggable region. More...

#include "include/internal/cef_types.h"

Inheritance diagram for cef_draggable_region_t:
CefDraggableRegion

Public Attributes

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

Detailed Description

Structure representing a draggable region.

Member Data Documentation

◆ bounds

cef_rect_t cef_draggable_region_t::bounds

Bounds of the region.

◆ draggable

int cef_draggable_region_t::draggable

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


The documentation for this struct was generated from the following file: