|
Size: 993
Comment: added header-specific Category link
|
Size: 1145
Comment: add RF
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 33: | Line 33: |
| .[[SDL_HideWindow]] .[[SDL_MaximizeWindow]] .[[SDL_MinimizeWindow]] .[[SDL_SetWindowFullscreen]] .[[SDL_SetWindowGrab]] .[[SDL_ShowWindow]] |
SDL_WindowFlags
An enumeration of window states.
Values
SDL_WINDOW_FULLSCREEN |
fullscreen window, implies borderless |
SDL_WINDOW_OPENGL |
window usable with OpenGL context |
SDL_WINDOW_SHOWN |
window is visible |
SDL_WINDOW_BORDERLESS |
no window decoration |
SDL_WINDOW_RESIZABLE |
window can be resized |
SDL_WINDOW_MINIMIZED |
window is minimized |
SDL_WINDOW_MAXIMIZED |
window is maximized |
SDL_WINDOW_INPUT_GRABBED |
window has grabbed input focus |
SDL_WINDOW_INPUT_FOCUS |
window has input focus |
SDL_WINDOW_MOUSE_FOCUS |
window has mouse focus |
SDL_WINDOW_FOREIGN |
window not created by SDL |
Code Examples
You can add your code example here
Remarks
You can add useful comments here
