|
⇤ ← Revision 1 as of 2014-02-13 01:52:07
Size: 1504
Comment: Created page using content from SDL_hints.h.
|
← Revision 2 as of 2014-02-15 20:22:19 ⇥
Size: 1427
Comment: Fixed typo and removed comment.
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 9: | Line 9: |
| An hint that specifies if a SDL_Window is minimized if it loses key focus when in fullscreen mode. | A hint that specifies if a SDL_Window is minimized if it loses key focus when in fullscreen mode. |
| Line 18: | Line 18: |
##Fill in the above table per the Style Guide, then delete this comment. |
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
