QuanYi/Assets/Third/IngameDebugConsole/iOS/IngameDebugConsole.mm
2025-05-09 10:20:30 +08:00

4 lines
144 B
Plaintext

extern "C" void _DebugConsole_CopyText( const char* text )
{
[UIPasteboard generalPasteboard].string = [NSString stringWithUTF8String:text];
}