pub unsafe extern "C" fn cef_display_convert_screen_point_from_pixels(
point: *const cef_point_t,
) -> cef_point_tExpand description
Convert |point| from pixel screen coordinates to DIP screen coordinates. This function is only used on Windows.
pub unsafe extern "C" fn cef_display_convert_screen_point_from_pixels(
point: *const cef_point_t,
) -> cef_point_tConvert |point| from pixel screen coordinates to DIP screen coordinates. This function is only used on Windows.