I'm working on a C# project where I need to create the possibility for keyboard input.
A quiz question appears with 3 options. Two players at the same computer have each of their hand at the ASD keys and JKL keys. For the answer options, I'd like for it to be chosen by pressing keyboard keys, as using anything by mouse would be inconvenient for this purpose.
How could I do this? Do I need to use some scripts outside purely C#?