{{newin|[[0.9.0]]|090|type=function}}
Gets text from the clipboard.
== Function ==
=== Synopsis ===
<source lang="lua">
text = love.system.getClipboardText( )
</source>
=== Arguments ===
None.
=== Returns ===
{{param|string|text|The text currently held in the system's clipboard.}}

== See Also ==
* [[parent::love.system]]
* [[love.system.setClipboardText]]
[[Category:Functions]]
{{#set:Description=Gets text from the clipboard.}}
== Other Languages ==
{{i18n|love.system.getClipboardText}}