Being somewhat frustrated with the input option available in a game I’m playing I quickly cobbled together a quick app to send key presses when the joystick is used. The source below assumes WASD keys should be pressed when axis 0/1 changes and that buttons 0,1, and 2 should press keys Z, X and C. […]
Tag: c99
As you may know I’m not much of a C++ fan, the whole point of source code is it should be human readable and it doesn’t take much to make C++ code look like someone’s sicked up a load of ascii on your code! and besides its much more fun being closer to the metal… […]