Multi touch drag and drop

Hi, I would like to make a feature, consist in detect two touch inputs, you can have two players in the same screen as this game Glow Hockey in 2 players mode.

How can detect two or more touch inputs to control a circle like the game?

Multi-touch is documented in the Mouse and Touch manual:

1 Like

Is there any one have small example project with multi touch drag and drop with go(not gui).
Here I have use defold-input library to handle drag with cursor. It was so easy to implement.

But now I want to add multi touch dragging of objects. Something I can’t find any much resource on this.

I don’t think it is very common, but I’m sure the defold-input library could be expanded to support dragging of multiple objects.

Yeah games in general casual category usually don’t need multi touch features. But multi touch is very common in kids category games specially dollhouse pretend play games. Almost all popular kids games support multi touch.

Do I create ticket for this in defold-input library? I don’t need this as immediate requirement.
Thanks.

Sure.