fix cursor visibility in OSX
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user