Files
JJBB/Assets/Plugins/IngameDebugConsole/iOS/IngameDebugConsole.mm

4 lines
144 B
Plaintext
Raw Permalink Normal View History

2024-09-03 19:56:21 +08:00
extern "C" void _DebugConsole_CopyText( const char* text )
{
[UIPasteboard generalPasteboard].string = [NSString stringWithUTF8String:text];
}