Hey lads, I’m having a few issues with blender’s input. Firstly, the keyboard (depending on which keys you press) does not allow certain numbers of keys being pressed at a time.
For example, I have a script that instead of just setting movement values according to which of WASD you press, it combines them (so if all of WASD are pressed, there should be no movement). The problem I’m having with this is that it seems to only recognise three of the button presses from that group of letters at once, whilst still allowing extra button presses from elsewhere on the keyboard. I suspect this is a hardware issue, but it happens on all 5 of my computers, so I’d like to be sure.
The second problem I’m having is that the joystick sensor picks up my controller’s analogue sticks but not the buttons. May I ask if the joystick sensor is the right place to be getting the button input from a controller?