Method AddIdle | Terminal.Gui v2 (original) (raw)

Namespace

Terminal.Gui

Assembly

Terminal.Gui.dll

AddIdle(Func)

Adds specified idle handler function to main iteration processing. The handler function will be called once per iteration of the main loop after other events have been handled.

public static void AddIdle(Func<bool> func)

Parameters

func Func<bool>

Edit this page