![[IMG]](http://dl.dropbox.com/u/23073684/Blog/InputTouches/FrontPage.png)
Introducing "Input.Touches", a low cost, easy to use helper library for Unity3 touch (and mouse) input.
Input.Touches uses event system to signal various input event. Letting you focus on dealing with your actual code instead of juggling with various input.
- Supported input event:
- single finger: short tap, long tap, multi-tap, charge(timed-pressed), drag, swipe...
Input.Touches - Simple Gesture Solution