Quantcast
Channel: Community | MonoGame - Latest topics
Viewing all articles
Browse latest Browse all 6821

Command-Tab disable while on fullscreen on MacOS?

$
0
0

@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

Read full topic


Viewing all articles
Browse latest Browse all 6821

Trending Articles