Wiki Page Content

Differences between revisions 5 and 6
Revision 5 as of 2010-01-22 06:52:20
Size: 970
Editor: SheenaSmith
Comment: edited, remove DRAFT
Revision 6 as of 2010-08-23 21:57:26
Size: 993
Editor: SheenaSmith
Comment: added header-specific Category link
Deletions are marked like this. Additions are marked like this.
Line 35: Line 35:
[[CategoryEnum]] [[CategoryEnum]], [[CategoryVideoEnum]]

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


CategoryEnum, CategoryVideoEnum

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