Tagged Questions
2
votes
1answer
62 views
Augment an existing game with touch gestures
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, ...
8
votes
3answers
889 views
Display a Message Box over a Full Screen DirectX application
In our custom assertion handler, I'd like to display a message box asking to see whether or not this failure can be ignored. However, when our DirectX game is full screen, I can't get the MessageBox ...