i’m not sure i understand what you mean with “what i mean is tht the MS table has a screen which is touched however in our case we have a whole setup below the surface to be touched and not the screen :(” you need a bunch of stuff below the screen to work, they have too. camera’s/ir source, etc. you just don’t see it.
and yes we do touch the screen even though not always directly. you could touch it directly but acrylic does not feel as good as projection paper and so. your fingers, if dry, kind of wants to stick to the surface and dragging operations doesn’t feel good.
the special applications mike was referring to is applications built that can receive more than one input. normal windows/linux/mac osx software only receive a single mouse click at one time. multitouch application need to be able to handle an infinite amount of inputs and handle that to work correctly. that is where touchlib, vvvv and so come in.
Touchlib, vvvv and now flash (through TouchEvent) does the tracking of where a finger was pressed and where it was moved and lifted and so. so by using those as the tracking software, you can get the touch events into applications.
there are a number of applications that you can use at the moment, touchlib has some that come with the bins (available here, i have a photoapp, available here and there are some more, just search to forums. if you’re looking to create your own apps, just check to forums, there are a few posts on where to get started. oh, and touchlib works on linux.
hope this kinda answers your question