Add Windows clipboard support
This commit is contained in:
@@ -546,6 +546,18 @@ namespace platf {
|
||||
create_high_precision_timer() {
|
||||
return std::make_unique<macos_high_precision_timer>();
|
||||
}
|
||||
|
||||
std::string
|
||||
get_clipboard() {
|
||||
// Placeholder
|
||||
return "";
|
||||
}
|
||||
|
||||
bool
|
||||
set_clipboard(const std::string& content) {
|
||||
// Placeholder
|
||||
return false;
|
||||
}
|
||||
} // namespace platf
|
||||
|
||||
namespace dyn {
|
||||
|
||||
Reference in New Issue
Block a user