A game framework written with osu! in mind.
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Remove outdated comment

-1
-1
osu.Framework/Platform/SDL2/SDL2Extensions.cs
··· 446 446 447 447 public static WindowState ToWindowState(this SDL.SDL_WindowFlags windowFlags) 448 448 { 449 - // NOTE: on macOS, SDL2 does not differentiate between "maximised" and "fullscreen desktop" 450 449 if (windowFlags.HasFlagFast(SDL.SDL_WindowFlags.SDL_WINDOW_FULLSCREEN_DESKTOP) || 451 450 windowFlags.HasFlagFast(SDL.SDL_WindowFlags.SDL_WINDOW_BORDERLESS)) 452 451 return WindowState.FullscreenBorderless;