cef_browser_host_t.notify_screen_info_changed

Send a notification to the browser that the screen info has changed. The browser will then call cef_render_handler_t::GetScreenInfo to update the screen information with the new values. This simulates moving the webview window from one display to another, or changing the properties of the current display. This function is only used when window rendering is disabled.

struct cef_browser_host_t
extern (System)
void function(cef_browser_host_t* self) nothrow notify_screen_info_changed;

Meta