#include<stdio.h> #include<Windows.h> #include<WinUser.h> int main(){ int x = GetSystemMetrics(SM_CXSCREEN); int y = GetSystemMetrics(SM_CYSCREEN); printf("x:%d y:%d",x, y); return 0; }
花样装逼,被触一脸……
EXPAND01.zip
(754.74 KB, 下载次数: 63)
| 欢迎光临 Project1 (https://rpg.blue/) | Powered by Discuz! X3.1 |