mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-24 12:35:31 +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>
|
/// </summary>
|
||||||
public static class Global
|
public static class Global
|
||||||
{
|
{
|
||||||
|
/// <summary>
|
||||||
|
/// Create new inctanse of the <see cref="Global"/> class.
|
||||||
|
/// </summary>
|
||||||
static Global()
|
static Global()
|
||||||
{
|
{
|
||||||
|
|
||||||
|
|
@ -64,6 +67,7 @@ namespace Cosmos.System
|
||||||
set { KeyboardManager.ScrollLock = value; }
|
set { KeyboardManager.ScrollLock = value; }
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// TODO: continue adding exceptions to the list, as HAL and Core would be documented.
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Init console, screen and keyboard.
|
/// Init console, screen and keyboard.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue