Is it possible to enable all keyboard keys without adding them inside the editor?
I want to create a “controller settings menu” where the user can assign any key to different actions (move forward,backward etc), therefore I would have to add all the keys to the editor and write a function for every key.
Is there another way?