mirror of
https://github.com/cocos/cocos-engine.git
synced 2026-09-08 16:48:15 +08:00
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:
@@ -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
|
||||
Reference in New Issue
Block a user