does input.gettouch work on windows touchscreens

hi everyone,
i have a project that requires multi touch on a windows touch screen. the monitor has multi touch capability. i was wondering if unity handles this with input.getTouch or do i need to purchase one of the plugins in the asset store?

this is the monitor

http://www.necdisplay.com/p/large--screen-displays/p701-avt

any input appreciated thanks!

Hi,

When I last tried(a year ago), it did not. The solution was to use TUIO. We were using the FingerGestures library and found that it was quite simple to add TUIO to it using the free uniTUIO library xtuio.com

Hope this helps

Karl