- Home /
Pressing two buttons simultaneously with the same touch
Related to this question.
I have two directional movement buttons, one to the left and one to the right. They are both next to each other in either of the bottom corners. Like so: I am able to touch them on their own and both with two different fingers. I couldn't make it work to press both with just one touch/thumb press.
Is that even possible? If so how?
Answer by hectorux · Nov 15, 2018 at 01:06 AM
If you are using UnityButtons, this will happen always, if you want that short of thing you need an event trigger, and do stuff with the states of enter on pressed
Answer by arbazgillani · Nov 15, 2018 at 06:03 AM
Implement long click or you can do this with swipe.
Your answer
Follow this Question
Related Questions
UI Buttons Working on Android. 2 Answers
Do UI Buttons work the same for Touch for an Android Game? 1 Answer
UI buttons and touch input problem 3 Answers
Mobile Multiplayer touch controls 0 Answers
Adding Touch Controls to Car Game 1 Answer