galaxy 1.0.0
Real-Time C++23 Game Programming Framework. Built on data-driven design principles and agile software engineering.
Loading...
Searching...
No Matches
Clipboard.hpp File Reference
#include <string>
Include dependency graph for Clipboard.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  galaxy
 Application.hpp galaxy.
namespace  galaxy::input

Functions

void galaxy::input::set_clipboard (const std::string &contents) noexcept
 Set clipboard contents.
std::string galaxy::input::get_clipboard () noexcept
 Get clipboard contents.