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
Go to the documentation of this file.
1
7
8
#ifndef GALAXY_INPUT_CLIPBOARD_HPP_
9
#define GALAXY_INPUT_CLIPBOARD_HPP_
10
11
#include <string>
12
13
namespace
galaxy
14
{
15
namespace
input
16
{
22
void
set_clipboard
(
const
std::string& contents)
noexcept
;
23
29
[[nodiscard]]
30
std::string
get_clipboard
() noexcept;
31
}
// namespace input
32
}
// namespace galaxy
33
34
#endif
galaxy::input::set_clipboard
void set_clipboard(const std::string &contents) noexcept
Set clipboard contents.
Definition
Clipboard.cpp:16
galaxy::input::get_clipboard
std::string get_clipboard() noexcept
Get clipboard contents.
Definition
Clipboard.cpp:21
galaxy
Animated.cpp galaxy.
Definition
Animated.cpp:16
galaxy
src
galaxy
input
Clipboard.hpp
Generated on Fri Sep 12 2025 07:29:48 for galaxy by
1.12.0