Module applet_v1

Module applet_v1 

Source

Statics§

API
FFI API

Functions§

applet__get_clipboard_string
Gets the system clipboard, keeps it around and returns the length.
applet__random_seed_value
A single 128-bit random value, unique to this run.
applet__retrieve_clipboard_string
Retrieves the actual string bytes, also clears the internal buffer.
applet__set_clipboard_string
Sets the system clipboard to a string. Later, this will require a special permission.
applet__set_player_clipboard_string
Sets the players clipboard to a string.
get_clipboard_string
Gets the system clipboard, keeps it around and returns the length.
random_seed_value
A single 128-bit random value, unique to this run.
retrieve_clipboard_string
Retrieves the actual string bytes, also clears the internal buffer.
set_clipboard_string
Sets the system clipboard to a string. Later, this will require a special permission.
set_player_clipboard_string
Sets the players clipboard to a string.