IngameDebugConsole.mm 144 Bytes Raw Blame History Permalink 1 2 3 4 extern "C" void _DebugConsole_CopyText( const char* text ) { [UIPasteboard generalPasteboard].string = [NSString stringWithUTF8String:text]; }