Love Android getDimensions ignores screen buttons (home, back, alt-tab)
Posted: Sat Feb 10, 2018 12:14 pm
Hello,
Using the Android port, I use the code below to get screen size of the device for scalling:
local onload_width, onload_height = love.graphics.getDimensions()
but the width returned (game in landscape) doesn't consider android screen buttons (back,home,app switching) when they exist.
Using the Android port, I use the code below to get screen size of the device for scalling:
local onload_width, onload_height = love.graphics.getDimensions()
but the width returned (game in landscape) doesn't consider android screen buttons (back,home,app switching) when they exist.