love.graphics.getCaption

Gets the window caption.

Function

Synopsis

caption = love.graphics.getCaption( )

Arguments

None.

Returns

string caption
The current window caption.

See Also

Other Languages