fix cursor visibility in OSX

This commit is contained in:
2019-03-11 18:39:11 +01:00
parent c111495cae
commit 5bef9c7286
7 changed files with 43 additions and 23 deletions

View File

@@ -17,6 +17,7 @@
_CGLContextObject* cgl;
bool gl_ready;
bool cursor_visible;
bool cursor_inside;
NSTrackingArea* trackingArea;
@public NSString* file2open;
}
@@ -29,4 +30,5 @@
- (std::string)pick_dir;
- (void)share_file:(NSString*)file_path;
- (void)hockeyapp_crash;
- (void)show_cursor:(bool)visible;
@end