cef_display_get_nearest_point

Function cef_display_get_nearest_point 

Source
pub unsafe extern "C" fn cef_display_get_nearest_point(
    point: *const cef_point_t,
    input_pixel_coords: c_int,
) -> *mut cef_display_t
Expand description

Returns the Display nearest |point|. Set |input_pixel_coords| to true (1) if |point| is in pixel screen coordinates instead of DIP screen coordinates.