22#include <simgear/debug/logstream.hxx>
Provide a basic clipboard whose contents are only available to FlightGear itself.
virtual std::string getText(Type type)
Get clipboard contents as text.
virtual bool setText(const std::string &text, Type type)
Set clipboard contents as text.
static Ptr create()
Implementation supplied by actual platform implementation.
@ CLIPBOARD
Standard clipboard as supported by nearly all operating systems.
std::shared_ptr< NasalClipboard > Ptr