Hi guys, it's the first time I'm exporting a game to android in Gamemaker, and I would like to know how I can make 2 or more touches to be detected simultaneously. I made 2 analogs on the game screen, and I made a system using mouse functions (like mouse_check_pressed and etc). The problem is that to move the blue analog you have to release the red analog, and to use the red one you have to release the blue one, that's not what I wanted. I wanted all analogs to be able to be used at the same time on the screen.
I would like to know how I can solve this problem. In advance, thank you all.