mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-21 13:28:41 +00:00
Currently done Global api docs but it need to be continued as HAL and Core would be documented
This commit is contained in:
parent
d9a727f333
commit
60c428d27a
1 changed files with 4 additions and 0 deletions
|
|
@ -17,6 +17,9 @@ namespace Cosmos.System
|
|||
/// </summary>
|
||||
public static class Global
|
||||
{
|
||||
/// <summary>
|
||||
/// Create new inctanse of the <see cref="Global"/> class.
|
||||
/// </summary>
|
||||
static Global()
|
||||
{
|
||||
|
||||
|
|
@ -64,6 +67,7 @@ namespace Cosmos.System
|
|||
set { KeyboardManager.ScrollLock = value; }
|
||||
}
|
||||
|
||||
// TODO: continue adding exceptions to the list, as HAL and Core would be documented.
|
||||
/// <summary>
|
||||
/// Init console, screen and keyboard.
|
||||
/// </summary>
|
||||
|
|
|
|||
Loading…
Reference in a new issue