Move the copyTextToClipboard interface from SystemWindow to System (#14729)

* Move the copyTextToClipboard interface from SystemWindow to System

* Use file names with the same case as the directory name
This commit is contained in:
qiuguohua
2023-04-07 11:09:08 +08:00
committed by GitHub
parent 6b7f96562f
commit 8303d7fb8c
28 changed files with 67 additions and 62 deletions

View File

@@ -95,4 +95,8 @@ bool CommonSystem::openURL(const ccstd::string &url) {
return openURLJNI(url);
}
void CommonSystem::copyTextToClipboard(const ccstd::string &text) {
copyTextToClipboardJNI(text);
}
} // namespace cc