love.graphics.getCaption

love.graphics.getCaption

Removed in LÖVE 0.9.0
Moved to the love.window module as love.window.getTitle.


Gets the window caption.

Function

Synopsis

caption = love.graphics.getCaption( )

Arguments

None.

Returns

string caption
The current window caption.

See Also


doc_love
2017-03-21 15:47:00
Comments
Leave a Comment

Please login to continue.