Get Console Key in C# without halting the Console?
I am making a Virtual Machine and I just ran into a BIG problem. I need to get a scan code value of what ever key is pressed at runtime , WITHOUT ha开发者_StackOverflow中文版lting the console
I assume you are using Console.ReadKey()? I believe what you're looking for is Console.KeyAvailable
精彩评论