Input ignores keys when I do certain key combinations

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By Nitsuga

Hi!

When I was doing the movement of my character I noticed that if I held down the “left arrow” and the “right arrow” Input it did not detect the “up arrow” or “down arrow” keys.

This not only happens with the arrows, if I hold down the “d”, “f” and “g” keys the “space” key is not detected, that is, when I ask if Input.is_action_pressed (“space”) returns false even if I press it.

I would like to know if that is supposed to happen and if the same thing happens to you.

:bust_in_silhouette: Reply From: whiteshampoo

Most keyboards can only register a small number of pressed keys at one time.

thanks for answering, it seems to be the keyboard as you say

Nitsuga | 2021-01-31 08:04