I’m using an inputTouch event and am getting a square box under the finger when holding down for one second or so on a touch screen monitor. What exactly is this square box and how can I disable it?
It seems this functionality, whatever it is, is causing my inputTouch ‘pressed’ event to not fire. If I use the mouse (mouse = finger in my project) instead ‘pressed’ is firing right away.
Thanks!