static Rect screenRect() { ret new Rect(screenRectangle()); } static Rect screenRect(GraphicsDevice device) { ret toRect(screenRectangle(device)); }