Results 1 - 5 of 5 results out of about 6838 pages. (4.13 seconds)
- SDL_UpdateWindowSurfaceRects . . . 4 matches
- ...
= SDL_UpdateWindowSurfaceRects =
Use this function to copy areas of the window surface to the screen.
<<TableOfContents()>>
== Syntax ==
{{{#!highlight cpp
int SDL_UpdateWindo...
- SDL_UpdateWindowSurface . . . 4 matches
- ...
= SDL_UpdateWindowSurface =
Use this function to copy the window surface to the screen.
<<TableOfContents()>>
== Syntax ==
{{{#!highlight cpp
int SDL_UpdateWindowSurface(SDL_W...
- SDL_GetWindowSurface . . . 3 matches
- ...DL_FreeSurface(image);
// this works just like SDL_Flip() in SDL 1.2
SDL_UpdateWindowSurface(window);
// show image for 2 seconds
SDL_Delay(2000);
SDL_Destro...
- 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...
