Interface IMainLoopCoordinator | Terminal.Gui v2 (original) (raw)

Namespace

Terminal.Gui

Assembly

Terminal.Gui.dll

Interface for main Terminal.Gui loop manager in v2.

public interface IMainLoopCoordinator

Methods

RunIteration()

Run a single iteration of the main UI loop

StartAsync()

Create all required subcomponents and boot strap.

Stop()

Stops the input thread, blocking till it exits. Call this method only from the main UI loop.

Edit this page