C# Class SharpOS.Kernel.Console

Provides basic console services
Mostra file Open project: sharpos/SharpOS

Public Properties

Property Type Description
pos uint

Public Methods

Method Description
SetOverwrite ( bool _overwrite ) : void
Setup ( ) : void

Private Methods

Method Description
DispatchBuffer ( ) : void
KeyDown ( uint scancode ) : void
KeyUp ( uint scancode ) : void
Timer ( uint ticks ) : void

Method Details

SetOverwrite() public static method

public static SetOverwrite ( bool _overwrite ) : void
_overwrite bool
return void

Setup() public static method

public static Setup ( ) : void
return void

Property Details

pos public_oe static_oe property

public static uint pos
return uint