mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-20 21:08:51 +00:00
Fixed Console.ReadKey.
This commit is contained in:
parent
3e5aff9463
commit
05ab3657c2
1 changed files with 5 additions and 0 deletions
|
|
@ -393,6 +393,11 @@ namespace Cosmos.System_Plugs.System
|
|||
}
|
||||
}
|
||||
|
||||
public static ConsoleKeyInfo ReadKey()
|
||||
{
|
||||
return ReadKey(false);
|
||||
}
|
||||
|
||||
// ReadKey() pure CIL
|
||||
|
||||
public static ConsoleKeyInfo ReadKey(bool intercept)
|
||||
|
|
|
|||
Loading…
Reference in a new issue