c# key input code example
Example 1: how to detect if a key is pressed in c#
//...
using System.Windows.Input;
class Main {
public void Main() {
while(true) {
if(Keyboard.IsKeyPressed(Key.A)) {
//...
}
return;
}
}
}
Example 2: c# input
Console.Write("words");
input = Console.ReadLine();