implement clipboard on iOS

This commit is contained in:
2019-06-25 16:04:16 +02:00
parent 5f72f9901f
commit da6da775a0
7 changed files with 43 additions and 24 deletions

View File

@@ -35,4 +35,6 @@
- (void)share_file:(NSString*)file_path;
- (void)tick;
- (void)render_loop;
- (std::string)clipboard_get_string;
- (bool)clipboard_set_string:(const std::string&)s;
@end