So i have a problem with the touch input on my pixel streaming app.
When i touch the screen it dosent jump to the touch input 1 if no touch input is active, instead it jumps to the last touch input that was active. So if the last was touch 2, and i release evey touch input, then when i touch the screen again it activates touch 2 instead of touch one. To “fix” it you have to touch with 2 fingerss, release 2 and then 1 to start in input 1.
Does anybody else face this problem? How do i make sure everytime i touch the screen the first touch is touch 1, second is 2 etc?