love.graphics.setCaption

Sets the window caption.

Function

Synopsis

love.graphics.setCaption( caption )

Arguments

string caption
The new window caption.

Returns

Nothing.

See Also