Table of Contents

Class TerminalController

Namespace
Termule.Engine.Systems.Input
Assembly
Termule.Engine.dll

System that converts keyboard and mouse input from a Terminal to messages on Bus.

public sealed class TerminalController : System
Inheritance
TerminalController
Inherited Members

Methods

CleanUp()

Called when the Game is stopped.

protected override void CleanUp()

Start()

Called when the Game is run.

protected override void Start()

Tick()

Called once per tick.

protected override void Tick()