{{newin|[[0.9.0]]|090|type=function}} 

Sets the window title.

{{notice|Constantly updating the window title can lead to issues on some systems and therefore is discouraged.}}

== Function ==
=== Synopsis ===
<source lang="lua">
love.window.setTitle( title )
</source>
=== Arguments ===
{{param|string|title|The new window title.}}
=== Returns ===
Nothing.
== See Also ==
* [[parent::love.window]]
* [[love.window.getTitle]]
[[Category:Functions]]
{{#set:Description=Sets the window title.}}
{{#set:Since=090}}
== Other Languages ==
{{i18n|love.window.setTitle}}