25#ifndef SFML_CLIPBOARD_HPP
26#define SFML_CLIPBOARD_HPP
31#include <SFML/Window/Export.hpp>
32#include <SFML/System/String.hpp>
Give access to the system clipboard.
static void setString(const String &text)
Set the content of the clipboard as string data.
static String getString()
Get the content of the clipboard as string data.
Utility string class that automatically handles conversions between types and encodings.