W3cubDocs

/LÖVE

love.system.getClipboardText

Available since LÖVE 0.9.0
This function is not supported in earlier versions.

Gets text from the clipboard.

Function

Synopsis

text = love.system.getClipboardText( )

Arguments

None.

Returns

string text
The text currently held in the system's clipboard.

See Also

© 2006–2016 LÖVE Development Team
Licensed under the GNU Free Documentation License, Version 1.3.
https://love2d.org/wiki/love.system.getClipboardText