mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-22 22:09:12 +00:00
Done ConsoleKeyEx api docs
This commit is contained in:
parent
26306821f9
commit
7207b0c29d
1 changed files with 3 additions and 0 deletions
|
|
@ -1,5 +1,8 @@
|
|||
namespace Cosmos.System
|
||||
{
|
||||
/// <summary>
|
||||
/// ConsoleKeyEx enum.
|
||||
/// </summary>
|
||||
public enum ConsoleKeyEx
|
||||
{
|
||||
NoName,
|
||||
|
|
|
|||
Loading…
Reference in a new issue