love.graphics.setCaption
Sets the window caption.
Function
Synopsis
love.graphics.setCaption( caption )
Arguments
string caption
- The new window caption.
Returns
Nothing.
Sets the window caption.
love.graphics.setCaption( caption )
string caption
Nothing.