NoHighDPI
This library allows you to disable High DPI scaling on Android devices.
How to use
You just need to do this:
nohdpi = require "nohighdpi"
function love.load()
--Pass "graphics", "mouse" and/or "touch"
--as arguments to replace the given modules.
--If you don't give any arguments, then
--all modules will be replaced.
nohighdpi:replace()
end
And voilà, you can use LÖVE normally without worrying about DPI scaling!
Other Languages
Dansk –
Deutsch –
English –
Español –
Français –
Indonesia –
Italiano –
Lietuviškai –
Magyar –
Nederlands –
Polski –
Português –
Română –
Slovenský –
Suomi –
Svenska –
Türkçe –
Česky –
Ελληνικά –
Български –
Русский –
Српски –
Українська –
עברית –
ไทย –
日本語 –
正體中文 –
简体中文 –
Tiếng Việt –
한국어
More info