Skip to content

PCBoot Class

A spashscreen that simulates an old computer boot up process.

C#
public class PCBoot : ScreenSurface, IDisposable, IScreenSurfaceEditable, IScreenSurface, IScreenObject, IPositionable, IComponentHost, ISurface, ISurfaceSettable, ICellSurfaceResize

Inheritance objectScreenObjectScreenSurface

Implements IDisposable, IScreenSurfaceEditable, IScreenSurface, IScreenObject, SadRogue.Primitives.IPositionable, IComponentHost, ISurface, ISurfaceSettable, ICellSurfaceResize

Creates a new instance of this spashscreen.

C#
public PCBoot()

Ends the animation when a key is pressed.

C#
public override bool ProcessKeyboard(Keyboard keyboard)

keyboard Keyboard
The keyboard state.

bool
The base implementation of the keyboard.