[macOS] Add support for native help menu search callbacks, integrate editor help.

This commit is contained in:
bruvzg
2023-10-22 14:29:56 +03:00
parent e92d55bbf4
commit deffe6a3be
10 changed files with 216 additions and 1 deletions

View File

@ -36,7 +36,7 @@
#import <AppKit/AppKit.h>
#import <Foundation/Foundation.h>
@interface GodotApplicationDelegate : NSObject
@interface GodotApplicationDelegate : NSObject <NSUserInterfaceItemSearching, NSApplicationDelegate>
- (void)forceUnbundledWindowActivationHackStep1;
- (void)forceUnbundledWindowActivationHackStep2;
- (void)forceUnbundledWindowActivationHackStep3;