love.window.setTitle

Available since LÖVE 0.9.0
This function is not supported in earlier versions.


Sets the window caption.

Function

Synopsis

love.window.setCaption( caption )

Arguments

string caption
The new window caption.

Returns

Nothing.

See Also


Other Languages