public interface Clipboard
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getContents()
gets the current content of the clipboard if it contains text
for WebGL app, getting the system clipboard is currently not supported.
|
void |
setContents(java.lang.String content)
Sets the content of the system clipboard.
|
java.lang.String getContents()
void setContents(java.lang.String content)
content
- the content