multitouch question

is there a simple way to turn mouse clicks (at least left mouse click) to be used in tablets? or multitouch devices?
does it matter if i am using unity 2.6 or unity 3.x?

thank you!

Mouse clicks are handled by the tablet drivers - mouse can not multitouch

Multitouch is only available on mobile before Unity 3.4 and as of Unity 3.4 through the Win7 tablet input layer support

ok, so that means if i use Unity 3.4 then i can at least use touch on tablets instead of left click?

If its Windows 7 and your device recognized as such, yupp then the Touch API (you potentially already know from iOS and Android) should work :slight_smile: