- base
cef_base_t base;
Undocumented in source.
- convert_point_from_pixels
void function(cef_display_t*, cef_point_t*) convert_point_from_pixels;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- convert_point_to_pixels
void function(cef_display_t*, cef_point_t*) convert_point_to_pixels;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- get_bounds
cef_rect_t function(cef_display_t*) get_bounds;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- get_device_scale_factor
float function(cef_display_t*) get_device_scale_factor;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- get_id
long function(cef_display_t*) get_id;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- get_rotation
int function(cef_display_t*) get_rotation;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- get_work_area
cef_rect_t function(cef_display_t*) get_work_area;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.