You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-29 16:16:38 +00:00
MacOS: Embedded window support.
This commit is contained in:
@@ -36,5 +36,15 @@
|
||||
#import <Foundation/Foundation.h>
|
||||
#import <IOKit/hidsystem/ev_keymap.h>
|
||||
|
||||
@class GodotApplicationDelegate;
|
||||
|
||||
@interface GodotApplication : NSApplication
|
||||
|
||||
extern "C" GodotApplication *GodotApp;
|
||||
|
||||
@property(readonly, nonatomic) GodotApplicationDelegate *godotDelegate;
|
||||
|
||||
- (GodotApplication *)init;
|
||||
|
||||
- (void)activateApplication;
|
||||
@end
|
||||
|
||||
Reference in New Issue
Block a user