Wiki Page Content

Differences between revisions 8 and 9
Revision 8 as of 2010-09-03 00:25:33
Size: 1141
Editor: SheenaSmith
Comment: update formatting - categories
Revision 9 as of 2011-03-13 20:26:32
Size: 1163
Editor: SheenaSmith
Comment: update content - 3/13 e20c93bc9122 (2/21 2de85077eb0b)
Deletions are marked like this. Additions are marked like this.
Line 2: Line 2:
#pragma disable-camelcase #pragma camelcase off
Line 10: Line 10:
||SDL_WINDOW_FULLSCREEN||fullscreen window, implies borderless|| ||SDL_WINDOW_FULLSCREEN||fullscreen window||
Line 13: Line 13:
||SDL_WINDOW_HIDDEN||window is not visible||

SDL_WindowFlags

An enumeration of window states.

Values

SDL_WINDOW_FULLSCREEN

fullscreen window

SDL_WINDOW_OPENGL

window usable with OpenGL context

SDL_WINDOW_SHOWN

window is visible

SDL_WINDOW_HIDDEN

window is not 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


CategoryEnum, CategoryVideo

None: SDL_WindowFlags (last edited 2020-05-05 16:43:10 by ChrisBush)

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