hide cursor on OSX

This commit is contained in:
2019-03-10 00:43:33 +01:00
parent 65872cf253
commit 5cd80f41fa
3 changed files with 23 additions and 0 deletions

View File

@@ -16,6 +16,7 @@
NSOpenGLContext* glctx;
_CGLContextObject* cgl;
bool gl_ready;
bool cursor_visible;
@public NSString* file2open;
}
- (void)close;