love.window.getTitle

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


Gets the window caption.

Function

Synopsis

caption = love.window.getCaption( )

Arguments

None.

Returns

string caption
The current window caption.

See Also


Other Languages