mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-24 12:35:31 +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
|
namespace Cosmos.System
|
||||||
{
|
{
|
||||||
|
/// <summary>
|
||||||
|
/// ConsoleKeyEx enum.
|
||||||
|
/// </summary>
|
||||||
public enum ConsoleKeyEx
|
public enum ConsoleKeyEx
|
||||||
{
|
{
|
||||||
NoName,
|
NoName,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue