I want to enhance Homeworld 2 gameplay with touch gestures. The game is running on Windows.
So, two questions:
- Is it possible to wrap the game with a program that would capture touch gestures, convert it to keyboard and mouse input and send it to the game?
- How would I approach this task? Using 3rd party libraries, making my own, or something built in to Windows?