osen / mutiny

Open-source Unity re-implementation
http://www.mutiny3d.org
GNU General Public License v3.0
51 stars 15 forks source link

Is there support for touch controls? #2

Open johnjelinek opened 11 years ago

johnjelinek commented 11 years ago

How can I implement a touch/drag control?

osen commented 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.

johnjelinek commented 11 years ago

Ok, can we leave this issue open until the touch controls are implemented?

osen commented 10 years ago

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.