Difference between revisions of "love.graphics.setCaption"

m
m (Fixed oldin)
 
Line 1: Line 1:
{{oldin|[[0.9.0]]|090|type=function|text=Moved to the [[love.window]] module as [[love.window.setCaption]]}}
+
{{oldin|[[0.9.0]]|090|type=function|text=Moved to the [[love.window]] module as [[love.window.setTitle]]}}
  
 
Sets the window caption.
 
Sets the window caption.

Latest revision as of 00:41, 14 September 2013

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


Other Languages