Add Windows clipboard support

This commit is contained in:
Yukino Song
2024-09-28 03:31:50 +08:00
parent c72fb4544e
commit 1ae7157bba
9 changed files with 304 additions and 22 deletions

View File

@@ -895,4 +895,10 @@ namespace platf {
std::unique_ptr<high_precision_timer>
create_high_precision_timer();
std::string
get_clipboard();
bool
set_clipboard(const std::string& content);
} // namespace platf