PCBoot Class
Definition
Section titled “Definition”A spashscreen that simulates an old computer boot up process.
public class PCBoot : ScreenSurface, IDisposable, IScreenSurfaceEditable, IScreenSurface, IScreenObject, IPositionable, IComponentHost, ISurface, ISurfaceSettable, ICellSurfaceResizeInheritance object → ScreenObject → ScreenSurface
Implements IDisposable, IScreenSurfaceEditable, IScreenSurface, IScreenObject, SadRogue.Primitives.IPositionable, IComponentHost, ISurface, ISurfaceSettable, ICellSurfaceResize
Constructors
Section titled “Constructors”PCBoot()
Section titled “PCBoot()”Creates a new instance of this spashscreen.
public PCBoot()Methods
Section titled “Methods”ProcessKeyboard(Keyboard)
Section titled “ProcessKeyboard(Keyboard)”Ends the animation when a key is pressed.
public override bool ProcessKeyboard(Keyboard keyboard)Parameters
Section titled “Parameters”keyboard Keyboard
The keyboard state.
Returns
Section titled “Returns”bool
The base implementation of the keyboard.