mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
MacOS: Embedded window support.
This commit is contained in:
parent
1cf573f44d
commit
00e1fdec2c
37 changed files with 3670 additions and 384 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue