1SDL_GetVideoSurface(3) SDL API Reference SDL_GetVideoSurface(3)
2
3
4
6 SDL_GetVideoSurface - returns a pointer to the current display surface
7
9 #include "SDL.h"
10
11 SDL_Surface *SDL_GetVideoSurface(void);
12
14 This function returns a pointer to the current display surface. If SDL
15 is doing format conversion on the display surface, this function
16 returns the publicly visible surface, not the real video surface.
17
19 SDL_Surface
20
21
22
23SDL Tue 11 Sep 2001, 23:01 SDL_GetVideoSurface(3)