Change input from in game.

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

It there any way to change a Key input from In Game, e.g, Input MoveLeft is mapped to A, but you want to change it to something like LeftArrowKey, can you do that kind of thing in game?

Did you check this ?

edesse | 2020-12-11 11:59

:bust_in_silhouette: Reply From: Mindscore

I believe your question was answered here: How do I make an InputEvent in gdscript

For further information you can also take a look at the InputMap documentation.

:bust_in_silhouette: Reply From: textrivers

Use the methods in InputMap to remap the inputs from code at runtime.