{{oldin|[[0.9.0]]|090|type=function|text=Moved to the [[love.window]] module as [[love.window.getTitle]]}}

Gets the window caption.
== Function ==
=== Synopsis ===
<source lang="lua">
caption = love.graphics.getCaption( )
</source>
=== Arguments ===
None.
=== Returns ===
{{param|string|caption|The current window caption.}}
== See Also ==
* [[parent::love.graphics]]
* [[love.graphics.setCaption]]
[[Category:Functions]]
{{#set:Description=Gets the window caption.}}
{{#set:Since=000}}
{{#set:Sub-Category=Window}}
== Other Languages ==
{{i18n|love.graphics.getCaption}}