pub unsafe extern "C" fn cef_display_get_nearest_point(
point: *const cef_point_t,
input_pixel_coords: c_int,
) -> *mut cef_display_tExpand 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.