Wiki Page Content

DRAFT

SDL_HINT_VIDEO_MINIMIZE_ON_FOCUS_LOSS

A hint that specifies if a SDL_Window is minimized if it loses key focus when in fullscreen mode.

Values

0

do not minimize SDL_Window if it loses key focus when in fullscreen mode

1

do minimize the SDL_Window if it loses key focus when in fullscreen mode

Default

By default a SDL_Window is minimized if it loses key focus when in fullscreen mode.

Code Examples

You can add your code example here

Remarks

You can add useful comments here


CategoryDefine, CategoryHints

None: SDL_HINT_VIDEO_MINIMIZE_ON_FOCUS_LOSS (last edited 2014-02-15 20:22:19 by PhilippWiesemann)

Feedback
Please include your contact information if you'd like to receive a reply.
Submit