MAC_BACKGROUND_APP
Description:
[ Version ( since = "2.0.4" ) ]
[ CCode ( cname = "SDL_HINT_MAC_BACKGROUND_APP" ) ]
public const string MAC_BACKGROUND_APP
[ CCode ( cname = "SDL_HINT_MAC_BACKGROUND_APP" ) ]
public const string MAC_BACKGROUND_APP
A hint that specifies if the SDL app should not be forced to become a foreground process on Mac OS X.
The variable can be set to the following values:
- "0" - SDL will force the app to become a foreground process (default)
- "1" - SDL won't not force the SDL app to become a foreground process
By default the SDL app will be forced to become a foreground process on Mac OS X.
Namespace: SDL.Hint
Package: sdl2