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.