love.system.getClipboardText

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

doc_love
2017-03-21 15:50:22
Comments
Leave a Comment

Please login to continue.