love.system.getClipboardText (简体中文)

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

从剪贴板中获取文本。

函数

概要

text = love.system.getClipboardText( )

参数

无参数。

返回值

string text
当前保存在系统剪贴板中的文本。

参考


其他语言