get char without enter (console)
C#
2
Posts
2
Posters
0
Views
1
Watching
-
How can I get a single character without pressing enter in C#, something like _getch in C++? Tried with Console.Read, but still have to press enter to continue.
-
How can I get a single character without pressing enter in C#, something like _getch in C++? Tried with Console.Read, but still have to press enter to continue.