cbSize = sizeof (info); GetMonitorInfo (hm, &info); auto isMain = (info.dwFlags & 1 /* MONITORINFOF_PRIMARY */) != 0; auto dpi = 0.0; ...
確定! 回上一頁