Hi Aren,
Is it possible to get a deltaTime added to the MouseOrTouch class? To represent the length of time since the mouse or touch started
There's a clickTime that seems to only work for desktop, (i.e. not mobile)
Ideally I would like the equivalent to this:
Input.GetTouch(0).deltaTime;
Thanks in advance