I have a soccer player. The player has high kick and low kick. My problem is when I use certain key combinations, the player doesn’t perform the kick process for instance, down-left or down-right and E works for low kick since it doesn’t work for vice-versa or up-left or up-right and K works for high kick since it doesn’t work for vice-versa. Why is this happening, How could it be fixed?
First thing to check is the hardware:
Keyboard rollover, jammed keys, bad key combinations:
Test your keyboard here (hat tip to Ryiah!): Online Key Rollover Test - Mechanical Keyboard
If that works, then you just have a bug you have to fix. Change your code so that pressing ANOTHER key simulates (mocks) pushing the multiple keys you want and find out how the logic is going wrong.
1 Like
Thank you for clarifying. I just found the key combinations with the help of Online Key Rollover Test - Mechanical Keyboard