fehaar / FFWD-Templates

This is a supporting project for FFWD that provide templates for getting started with using FFWD
Microsoft Public License
11 stars 9 forks source link

Input.GetTouch #11

Open CodeHelix opened 12 years ago

CodeHelix commented 12 years ago

How do I go by using Input.GetTouch as it states that there isn't a definition in FFWD for it.

fehaar commented 12 years ago

Use Input.touchCount and Input.touches instead. I have noted this and will implement GetTouch as well. Do you know what GetTouch(0) in Unity does when touchCount is 0? Does it throw an exception?