#include "Clipboard.h"
Namespaces | |
namespace | orxonox |
Functions | |
std::string | orxonox::fromClipboard () |
Default implementation if there is no OS-specific implementation or no clipboard. Gets the text from the internal clipboard. | |
bool | orxonox::toClipboard (const std::string &text) |
Default implementation if there is no OS-specific implementation or no clipboard. Copies the text into an internal clipboard. | |
Variables | |
static std::string | orxonox::clipboard = "" |
Keeps the text of our internal clipboard. |