I have a button that I disable immediately in the ‘if event.phase == “ended” then’ portion of the even handler.
However, it (at least it appears to be ) letting me “double tap” it if I very quickly tap the button repeatedly.
It only happens on occasion though (10%~) , not every time . Is this a know issue? Am I tapping it twice in the same frame or something?
FYI, lots of other stuff is happening in the frame…
Thanks for the help!