move osx only code

This commit is contained in:
2019-11-27 01:28:25 +01:00
parent 20fbf5586f
commit 7701e6771b
3 changed files with 42 additions and 42 deletions

View File

@@ -16,6 +16,6 @@ void delete_all_files_in_path(const std::string& source_path);
void export_mp4(const std::string& rec_path, int width, int height, int tot, void(^progress_callback)(float));
void save_image_library(const std::string& path);
bool apple_create_dir(const std::string& path);
NSString* keyCodeToString(CGKeyCode keyCode, NSUInteger mods);
NSString* keyCodeToString(NSUInteger keyCode, NSUInteger mods);
std::wstring NSStringToStringW(NSString* Str);
NSString* StringWToNSString(const std::wstring& Str);