Open johnjelinek opened 11 years ago
I have not yet looked at touch controls, it is on my todo list just after I have some GUI related classes implemented and the mouse input complete.
Ok, can we leave this issue open until the touch controls are implemented?
Today I have just backported some of the changes I made in another branch at work. Both mouse and touch should now work fine when used in a web browser (I.e tested when running on the Microsoft Surface).
The Touch specific class and Input.touches is still yet to be implemented however. Touches are simply handled in the same way as the mouse.
How can I implement a touch/drag control?