I have a touchscreen that I'd like to use with a 3d modeling program. I think that I could be more productive in a 3d environment if I could use touch to navigate in this program but unfortuanatly multi-touch isn't supported.
Can I fake it using a program similar to autohotkey? I don't expect to get multiple cursors or anything crazy but it would be great if I could pinch to zoom (centered at the point between the two fingers) or interpret a swipe or gesture as a keyboard shortcut. Basically intercept the touchscreen input and translate it to commands the program understands.
Has anyone found a way to achieve this?