#include <iostream> #include <SFML/Graphics.hpp> int main() { int desktopwidth = sf::VideoMode::getDesktopMode().width; int desktopheight ...
確定! 回上一頁