Class Simple
A simple splashscreen that fades in a screen specifying "Powered by SadConsole".
Implements
Inherited Members
Namespace: SadConsole.SplashScreens
Assembly: SadConsole.dll
Syntax
public class Simple : ScreenSurface, IDisposable, IScreenSurfaceEditable, IScreenSurface, IScreenObject, IPositionable, IComponentHost, ISurface, ISurfaceSettable, ICellSurfaceResize
Constructors
Simple()
A new instance of this class.
Declaration
public Simple()
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. |