love.graphics.setCaption
Removed in LÖVE 0.9.0
Moved to the love.window module as love.window.setTitle.
Sets the window caption.
Function
Synopsis
love.graphics.setCaption( caption )
Arguments
string caption
- The new window caption.
Returns
Nothing.
See Also
© 2006–2020 LÖVE Development Team
Licensed under the GNU Free Documentation License, Version 1.3.
https://love2d.org/wiki/love.graphics.setCaption