Can anyone explain to me in-depth what functions to use and stuff when a touch screen (Android) is tapped on?
Currently I have it like:
Code: Select all
if love.mousepressed then
-- do something
end
And can someone explain how to do it for a certain part of the screen and how to do it on the whole screen?