Change: [OSX] Hide Dock and menu during fullscreen mode.

This commit is contained in:
Michael Lutz
2021-01-03 15:13:28 +01:00
parent 784a4ef9b5
commit c860a247d3
4 changed files with 20 additions and 8 deletions

View File

@@ -67,6 +67,7 @@ extern NSString *OTTDMainLaunchGameEngine;
- (BOOL)windowShouldClose:(id)sender;
- (void)windowDidEnterFullScreen:(NSNotification *)aNotification;
- (void)windowDidChangeScreenProfile:(NSNotification *)aNotification;
- (NSApplicationPresentationOptions)window:(NSWindow *)window willUseFullScreenPresentationOptions:(NSApplicationPresentationOptions)proposedOptions;
@end