|
SFML
Simple and Fast Multimedia Library
|
#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 | |
| SFML_WINDOW_API String | sf::Clipboard::getString () |
| Get the content of the clipboard as string data. | |
| SFML_WINDOW_API void | sf::Clipboard::setString (const String &text) |
| Set the content of the clipboard as string data. | |