|
⇤ ← Revision 1 as of 2014-02-15 22:07:38
Size: 1388
Comment: Created page using content from SDL_hints.h.
|
Size: 1331
Comment: Removed DRAFT by request, see docs mailing list.
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 3: | Line 3: |
| ||<tablewidth="100%" style="color: #FF0000;" :> DRAFT|| |
SDL_HINT_VIDEO_FULLSCREEN_SPACES
A hint that specifies whether windows go fullscreen in their own spaces on Mac OS X.
Values
0 |
fullscreen windows will use classic fullscreen mode |
1 |
fullscreen windows will use fullscreen spaces |
Default
By default SDL will use the classic fullscreen mode.
Code Examples
You can add your code example here
Remarks
You can add useful comments here
Version
This hint is available since SDL 2.0.2.
