FixGUI Documentation

Back to summary

import "gui/view";

Clipboard class

Provides access to the system clipboard.

static function set_text(text: String)
Sets the clipboard to given text (pass null to clear the clipboard).
static function get_text(): String
Returns the text value of the clipboard or null when the content is not convertible to text or the clipboard is empty.