I'm creating a simple pong game for both PC and mobile and I'm having this problem with binding each 'panel' to two, different, touches which each are separated on each of the screen's half. I think I'm already able to make only one panel move with a touch on a specific spot, but when I try having two touches, it simply breaks and the last touch gets to control both panels. I've tried writing TouchID's to variables but it's way more confusing then it should be. Big question short: how exactly does one use TouchID to manage two touches on separate sides of a screen, to control completely different and/or opposite things?