Warning
This page refers to an old version of SFML. Click here to switch to the latest version.
Warning
This page refers to an old version of SFML. Click here to switch to the latest version.
#include <SFML/Window/Export.hpp>
Go to the source code of this file.
Namespaces | |
namespace | sf |
namespace | sf::Clipboard |
Give access to the system clipboard. |
Functions | |
String | sf::Clipboard::getString () |
Get the content of the clipboard as string data. | |
void | sf::Clipboard::setString (const String &text) |
Set the content of the clipboard as string data. |