Results 1 - 9 of 9 results out of about 6837 pages. (6.77 seconds)
- SDL_DisplayMode . . . 3 matches
- ...display_mode_count);
for (i = 0; i < display_mode_count; ++i) {
if (SDL_GetDisplayMode(display_in_use, i, &mode) != 0) {
SDL_Log("SDL_GetDisplayMode failed...
- MigrationGuide . . . 2 matches
- ...
We don't call `SDL_ListModes()` anymore. There's an equivalent in SDL2 (call [[SDL_GetDisplayMode]]() in a loop, [[SDL_GetNumDisplayModes]]() times), but instead we're going to u...
- GuiaDeMigracion . . . 2 matches
- ...onarlo.
Ya no utilizamos `SDL_ListModes()`. Hay algo parecido en SDL2 (llamar [[SDL_GetDisplayMode]]() en un bucle tantas veces como diga [[SDL_GetNumDisplayModes]](), pero en vez...
- SDL_GetNumDisplayModes . . . 1 match
- ...
== Version ==
This function is available since SDL 2.0.0.
== Related Functions ==
.[[SDL_GetDisplayMode]]
.[[SDL_GetNumVideoDisplays]]
----
[[CategoryAPI]], [[CategoryVideo]]...
- SDL_GetDesktopDisplayMode . . . 1 match
- ... the current display mode.
== Related Functions ==
.[[SDL_GetCurrentDisplayMode]]
.[[SDL_GetDisplayMode]]
.[[SDL_SetWindowDisplayMode]]
----
[[CategoryAPI]], [[CategoryVideo]]...
- SDL_GetCurrentDisplayMode . . . 1 match
- ...ative display mode.
== Related Functions ==
.[[SDL_GetDesktopDisplayMode]]
.[[SDL_GetDisplayMode]]
.[[SDL_GetNumVideoDisplays]]
.[[SDL_SetWindowDisplayMode]]
----
[[CategoryA...
- SDL_GetClosestDisplayMode . . . 1 match
- ... the available modes are too small, then NULL is returned.
== Related Functions ==
. [[SDL_GetDisplayMode]]
. [[SDL_GetNumDisplayModes]]
----
[[CategoryAPI]], [[CategoryVideo]]...
- CategoryVideo . . . 1 match
- ...##master-page:CategoryTemplate
##master-date:Unknown-Date
#format wiki
#language en
= Display and Window Management =
'''Include File(s):''' [[http://hg.libsdl.org/SDL/file/defau...
- CategoryAPI . . . 1 match
- ...##master-page:CategoryTemplate
##master-date:Unknown-Date
#format wiki
#language en
= SDL 2.0 API by Name =
<<TableOfContents()>>
== Hints ==
<<FullSearchCached(category:Catego...
