For left stick, when you press left and right at the same time program should cancel each other and return original place. No direction.
And when you press more than two buttons, third one should be ignored to avoid confusion. It should just keep last 2 pressed buttons.
I have the knowledge of fundamentals for coding and can do simple stuff. (C++, Python) However i could not find where should i change. Lets say i implemented, i do not know how to convert that new code to .exe or anything you can run without ide.
Could you help me what to do in general? Where should i start?
For left stick, when you press left and right at the same time program should cancel each other and return original place. No direction. And when you press more than two buttons, third one should be ignored to avoid confusion. It should just keep last 2 pressed buttons.
I have the knowledge of fundamentals for coding and can do simple stuff. (C++, Python) However i could not find where should i change. Lets say i implemented, i do not know how to convert that new code to .exe or anything you can run without ide.
Could you help me what to do in general? Where should i start?