Help: Changing mouse input to keyboard?
I need some help. For a program I am writing, I need to have the x-axis on the mouse be converted to buttons on the keyboard.
The problem: Running a game in which there are the following movements:
Arms left/right: Controlled by arrow keys : Mapped in game
Arms up/down: Controlled by mouse y-axis : Mapped in game
Torso left/right/up/down: Controlled by mouse x-axis and y-axis : Mapped in game
I can not map the Arms left and right to the mouse in game, there is no option to do so. I need:
Arms left/right: Controlled by mouse x-axis : Mapped out of game
Can anyone please help me?
|