MCPcopy Create free account
hub / github.com/OpenStarbound/OpenStarbound / getClipboard

Method getClipboard

source/windowing/StarGuiContext.cpp:448–450  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

446}
447
448String GuiContext::getClipboard() const {
449 return m_applicationController->getClipboard().value();
450}
451
452bool GuiContext::setClipboard(String text) {
453 return m_applicationController->setClipboard(std::move(text));

Callers 2

innerSendEventMethod · 0.45

Calls 1

valueMethod · 0.45

Tested by

no test coverage detected