Results 1 - 25 of 104 results out of about 6839 pages. (5.11 seconds)
- CategoryInit . . . 2 matches
- ...IDEO|SDL_INIT_AUDIO);
}}}
. This initializes the 2 default subsystems plus the [[CategoryVideo|Video]], [[CategoryAudio|Audio]], and [[CategoryEvents|Event Handling]] subsystems...
- SDL_WindowFlags . . . 1 match
- ...HideWindow]]
.[[SDL_MaximizeWindow]]
.[[SDL_MinimizeWindow]]
.[[SDL_SetWindowFullscreen]]
.[[SDL_SetWindowGrab]]
.[[SDL_ShowWindow]]
----
[[CategoryEnum]], [[CategoryVideo]]...
- SDL_WindowEventID . . . 1 match
- ... Related Structures ==
.[[SDL_WindowEvent]]
== Related Functions ==
.[[SDL_GetWindowFromID]]
.[[SDL_GetWindowID]]
----
[[CategoryEnum]], [[CategoryVideo]], [[CategoryEvents]]...
- SDL_WindowEvent . . . 1 match
- ...ated Structures ==
.[[SDL_Event]]
----
[[CategoryStruct]], [[CategoryEvents]], [[CategoryVideo]]
##Actually from the SDL_events.h header but listed in both categories for the w...
- SDL_VideoQuit . . . 1 match
- ...re
}}}
== Remarks ==
This function closes all windows, and restores the original video mode.
== Related Functions ==
.[[SDL_VideoInit]]
----
[[CategoryAPI]], [[CategoryVideo]]...
- SDL_VideoInit . . . 1 match
- ...driver_name'''.
== Related Functions ==
.[[SDL_GetNumVideoDrivers]]
.[[SDL_GetVideoDriver]]
.[[SDL_InitSubSystem]]
.[[SDL_VideoQuit]]
----
[[CategoryAPI]], [[CategoryVideo]]...
- SDL_UpdateWindowSurfaceRects . . . 1 match
- ...on is equivalent to the SDL 1.2 API SDL_!UpdateRects().
== Related Functions ==
.[[SDL_GetWindowSurface]]
.[[SDL_UpdateWindowSurface]]
----
[[CategoryAPI]], [[CategoryVideo]]...
- SDL_UpdateWindowSurface . . . 1 match
- ...nction is equivalent to the SDL 1.2 API SDL_Flip().
== Related Functions ==
.[[SDL_GetWindowSurface]]
.[[SDL_UpdateWindowSurfaceRects]]
----
[[CategoryAPI]], [[CategoryVideo]]...
- SDL_ShowWindow . . . 1 match
- ...In_ int nCmdShow) for Win32 builds. SDL_!ShowWindow() replaces this.
== Related Functions ==
.[[SDL_HideWindow]]
.[[SDL_RaiseWindow]]
----
[[CategoryAPI]], [[CategoryVideo]]...
- SDL_ShowSimpleMessageBox . . . 1 match
- ... fail for the same reasons. If this is a concern, check the return value from this function and fall back to writing to stderr if you can.
----
[[CategoryAPI]], [[CategoryVideo]]...
- SDL_ShowMessageBox . . . 1 match
- ...ble since SDL 2.0.0.
== Related Functions ==
.[[SDL_ShowSimpleMessageBox]]
----
[[CategoryAPI]], [[CategoryVideo]]
##See the Style Guide for instructions on editing the footer....
- SDL_SetWindowTitle . . . 1 match
- ...w);
SDL_Quit();
return 0;
}
}}}
== Remarks ==
''You can add useful comments here''
== Related Functions ==
.[[SDL_GetWindowTitle]]
----
[[CategoryAPI]], [[CategoryVideo]]...
- SDL_SetWindowSize . . . 1 match
- ...d use [[SDL_SetWindowDisplayMode]]() to change their size.
== Related Functions ==
.[[SDL_GetWindowSize]]
.[[SDL_SetWindowDisplayMode]]
----
[[CategoryAPI]], [[CategoryVideo]]...
- SDL_SetWindowResizable . . . 1 match
- ...Related Functions ==
.[[SDL_GetWindowFlags]]
##Remove this section if empty
----
[[CategoryAPI]], [[CategoryVideo]]
##See the Style Guide for instructions on editing the footer....
- SDL_SetWindowPosition . . . 1 match
- ...ere
}}}
== Remarks ==
The window coordinate origin is the upper left of the display.
== Related Functions ==
.[[SDL_GetWindowPosition]]
----
[[CategoryAPI]], [[CategoryVideo]]...
- SDL_SetWindowOpacity . . . 1 match
- ...lated Functions ==
.[[SDL_GetWindowOpacity]]
##Remove this section if empty
----
[[CategoryAPI]], [[CategoryVideo]]
##See the Style Guide for instructions on editing the footer....
- SDL_SetWindowModalFor . . . 1 match
- ...pported on X11.
== Version ==
This function is available since SDL 2.0.5.
----
[[CategoryAPI]], [[CategoryVideo]]
##See the Style Guide for instructions on editing the footer....
- SDL_SetWindowMinimumSize . . . 1 match
- ...d Functions ==
.[[SDL_GetWindowMinimumSize]]
.[[SDL_SetWindowMaximumSize]]
----
[[CategoryAPI]], [[CategoryVideo]]
##See the Style Guide for instructions on editing the footer....
- SDL_SetWindowMaximumSize . . . 1 match
- ...d Functions ==
.[[SDL_GetWindowMaximumSize]]
.[[SDL_SetWindowMinimumSize]]
----
[[CategoryAPI]], [[CategoryVideo]]
##See the Style Guide for instructions on editing the footer....
- SDL_SetWindowInputFocus . . . 1 match
- ...== Related Functions ==
.[[SDL_RaiseWindow]]
##Remove this section if empty
----
[[CategoryAPI]], [[CategoryVideo]]
##See the Style Guide for instructions on editing the footer....
- SDL_SetWindowIcon . . . 1 match
- ...y the window.
SDL_Quit(); // Clean up and exit.
return 0;
}
}}}
== Remarks ==
''You can add useful comments here''
----
[[CategoryAPI]], [[CategoryVideo]]...
- SDL_SetWindowHitTest . . . 1 match
- ...allocations, etc.
== Version ==
This function is available since SDL 2.0.4.
----
[[CategoryAPI]], [[CategoryVideo]]
##See the Style Guide for instructions on editing the footer....
- SDL_SetWindowGrab . . . 1 match
- ...e other window loses its grab in favor of the caller's window.
== Related Functions ==
.[[SDL_GetGrabbedWindow]]
.[[SDL_GetWindowGrab]]
----
[[CategoryAPI]], [[CategoryVideo]]...
- SDL_SetWindowGammaRamp . . . 1 match
- ...).) The gamma ramp set will not follow the window if it is moved to another display.
== Related Functions ==
.[[SDL_GetWindowGammaRamp]]
----
[[CategoryAPI]], [[CategoryVideo]]...
- SDL_SetWindowFullscreen . . . 1 match
- ...sion ==
This function is available since SDL 2.0.0.
== Related Functions ==
.[[SDL_GetWindowDisplayMode]]
.[[SDL_SetWindowDisplayMode]]
----
[[CategoryAPI]], [[CategoryVideo]]...
