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