Skip to content

T_WolfCurses_SceneGraph_ScreenBufferDirty

Maxwolf edited this page Jan 2, 2016 · 1 revision

SceneGraph.ScreenBufferDirty Delegate

Fired when the screen back buffer has changed from what is currently being shown, this forces a redraw.

Namespace: WolfCurses
Assembly: WolfCurses (in WolfCurses.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#

public delegate void ScreenBufferDirty(
	string tuiContent
)

Parameters

 

tuiContent
Type: System.String

Version Information

Wolf Curses

Supported in: 0.1

See Also

Reference

WolfCurses Namespace

Clone this wiki locally