Creating a space shooter in defold

Multi touch is just another input action that gives you a list of touch events instead of a single touch. There’s an example here: https://github.com/britzl/publicexamples/tree/master/examples/virtual_gamepad

3 Likes