- Current Version: 1.1: 2014-12-26T00:06:21Z
- First Published: 2012-11-29T23:57:05Z
- Size: 513088
- Supported Unity Versions: 4.0.0
tools input-management
(4 Votes)
Add to cart
Win7Touch
$27.60
$27.60
Get started using the Windows7 API in Unity. Not TUIO. Supports Windows 7 multi-touch. This system is very similar to Unity's own syntax:
Unity API: Input.GetTouch(0);
Win7MT API:Win7Input.GetTouch(0);
Unity API:Touch;
Win7MT API:Win7Touch;
Getting started is easy. Just add Component->Script->Win 7Touch Manager to a GameObject, then add "using Win7MT;" in your script.
Add to cart