getScreenSize(); int xSize = screenSize.width; int ySize = screenSize.height; // Window size int width = 500; int height = 350; ...
確定! 回上一頁