这个约定不应该反过来吗?
桌面应用配置
cfg.width = 454;
cfg.height = 756;
//Logcat 还显示了预期的内容
Gdx.app.log("height",Integer.toString(Gdx.graphics.getHeight()));.//756
Gdx.app.log("width",Integer.toString(Gdx.graphics.getWidth()));//454
但然后这个:
shapeRenderer.line(40, 400, 700, 400);
产生这一行: