Hello. Sorry to ask another question, but I am planning on having a split screen on mobile devices.
Two players interactively have to touch the screen at the same time, the problem is, how can this be done if whoever touches the screen first uses the input touch, when the other person touching input is ignored?
EX: Player 1 touches screen first, player 2 touches screen second, player 1 is in control of the game because they touched first and only one input can be recorded at one time.
Is there a way I can get around this issue?
Thanks for helping. (: