Touching the screen with multiple fingers will sometimes make the TouchStarted event not fire, I am not sure if this event is supposed to only detect the first touch and no more, in which case it fires too often or if it is meant to detect the start of any touch even while other fingers are on screen, in which case it is firing too little.
I do sincerely hope it is the latter as it is more useful.
I have attached the place file. It prints to the server log because I use SystemMenu and there isn’t support for the test app on that.
I am just attempting to get the number of fingers currently on the screen and this issue is making it very difficult