Hi,
Here's the idea:
I have two panels that have MouseDown events. The idea I had was to have a timer that would enable and disable the panels alternatively every tenth of a second.
I was hoping that the MouseDown event would be caught by one panel and then I could read the e.X and e.Y of the event, and then the MouseDown event would be caught by another panel the next timer event.
This would be true MultiTouch but it might be enough to have some fun. But this doesn't work in practice.
My assumption is this technique is prevent from working at the hardware level. But I wanted to make sure nobody else had an idea on how to accomplish the "Hack Multitouch"
Any ideas?