@LadyApoLLo wrote:
Hey there, I've noticed that I can't use the Command-Tab to switch windows while on Fullscreen on MacOS. Meanwhile, alt-tabbing works just fine on Linux and Windows.
Here is the code I'm using to set the game as fullscreen.
Device.PreferredBackBufferWidth = Width; Device.PreferredBackBufferHeight = Height; Device.IsFullScreen = FullScreen; Device.ApplyChanges();
Is this a intentional behavior?
Posts: 3
Participants: 3