Removed love.window.getWidth/getHeight. Use love.graphics.getWidth/getHeight or love.window.getMode instead.

love.window.getWidth/getHeight were originally added to help deal with high-dpi mode, but the API ended up going in a different direction (love.window.getPixelScale).

--HG--
branch : minor
This commit is contained in:
Alex Szpakowski
2014-04-05 01:40:30 -03:00
parent 2fb39f4448
commit 3abb1a2cbb
5 changed files with 0 additions and 41 deletions
-3
View File
@@ -53,9 +53,6 @@ public:
std::vector<WindowSize> getFullscreenSizes(int displayindex) const;
int getWidth() const;
int getHeight() const;
void getDesktopDimensions(int displayindex, int &width, int &height) const;
bool isCreated() const;