Table of Contents

Field MaximumIterationsPerSecond

Namespace
Terminal.Gui.App
Assembly
Terminal.Gui.dll

Maximum number of iterations of the main loop (and hence draws) to allow to occur per second. Defaults to DefaultMaximumIterationsPerSecond> which is a 40ms sleep after iteration (factoring in how long iteration took to run). Note that not every iteration draws (see NeedsDraw). Only affects v2 drivers.

public static ushort MaximumIterationsPerSecond

Returns

ushort
Maximum number of iterations of the main loop (and hence draws) to allow to occur per second. Defaults to > which is a 40ms sleep after iteration (factoring in how long iteration took to run). Note that not every iteration draws (see ). Only affects v2 drivers.