cef_display_get_matching_bounds

Function cef_display_get_matching_bounds 

Source
pub unsafe extern "C" fn cef_display_get_matching_bounds(
    bounds: *const cef_rect_t,
    input_pixel_coords: c_int,
) -> *mut cef_display_t
Expand description

Returns the Display that most closely intersects |bounds|. Set |input_pixel_coords| to true (1) if |bounds| is in pixel screen coordinates instead of DIP screen coordinates.