Skip to content

Commit

Permalink
Make Maximize button on macOS cocoa to go fullscreen (#1569)
Browse files Browse the repository at this point in the history
  • Loading branch information
soywiz authored May 3, 2023
1 parent 0321ec1 commit bdd376b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -365,6 +365,7 @@ class MyDefaultGameWindow : GameWindow() {
title = windowConfigTitle
opaque = true
hasShadow = true
collectionBehavior = NSWindowCollectionBehaviorFullScreenPrimary
preferredBackingLocation = NSWindowBackingLocationVideoMemory
hidesOnDeactivate = false
releasedWhenClosed = false
Expand Down

0 comments on commit bdd376b

Please sign in to comment.