Class PCBoot
A spashscreen that simulates an old computer boot up process.
Implements
Inherited Members
Namespace: SadConsole.SplashScreens
Assembly: SadConsole.dll
Syntax
public class PCBoot : ScreenSurface, IDisposable, IScreenSurfaceEditable, IScreenSurface, IScreenObject, IPositionable, IComponentHost, ISurface, ISurfaceSettable
Constructors
PCBoot()
Creates a new instance of this spashscreen.
Declaration
public PCBoot()
Methods
ProcessKeyboard(Keyboard)
Ends the animation when a key is pressed.
Declaration
public override bool ProcessKeyboard(Keyboard keyboard)
Parameters
Type | Name | Description |
---|---|---|
Keyboard | keyboard | The keyboard state. |
Returns
Type | Description |
---|---|
bool | The base implementation of the keyboard. |