Page 1 of 1

How To get the x and y. touch without using an table.

Posted: Wed Feb 12, 2020 12:42 pm
by Donut-Dezz
How To get the x and y. touch without using an table. like example(love,mouse.getPosition) . how to do it in the love.touch. and what do the id mean in the love.touch?

Re: How To get the x and y. touch without using an table.

Posted: Wed Feb 12, 2020 4:24 pm
by raidho36
Touch API is the same as mouse API except there are no buttons. Touch ID indicates which touch you're trying to reference, when there are multiple touches active at the same time.