love-native-android
love-native-android copied to clipboard
love.graphics.getWidth() returns physical screen size, not window size
love.graphics.getWidth() does not return the value set in love.conf, t.screen.width. It returns the physical size of the screen. This is inconsistent with the desktop version of love. Same with getHeight()