Wiki Page Content

Results 1 - 25 of 46 results out of about 6838 pages. (4.75 seconds)

SDL_Surface . . . 3 matches
... = SDL_Surface = A structure that contains a collection of pixels used in software blitting. <<TableOfContents()>> == Data Fields == ||<style="color: rgb(128, 128, 128);">Uint3...

3.2k - rev: 32 (current) last modified: 2017-07-14 21:51:36

MigrationGuide . . . 15 matches
...mething like this: {{{#!highlight cpp SDL_WM_SetCaption("My Game Window", "game"); SDL_Surface *screen = SDL_SetVideoMode(640, 480, 0, SDL_FULLSCREEN | SDL_OPENGL); }}} Which is...

33.7k - rev: 75 (current) last modified: 2017-07-15 21:53:17

GuiaDeMigracion . . . 14 matches
...blemente algo así: {{{#!highlight cpp SDL_WM_SetCaption("My Game Window", "game"); SDL_Surface *screen = SDL_SetVideoMode(640, 480, 0, SDL_FULLSCREEN | SDL_OPENGL); }}} Ahora de...

35.5k - rev: 12 (current) last modified: 2020-12-29 18:08:27

SDL_ConvertSurface . . . 6 matches
... a specified pixel format. <<TableOfContents()>> == Syntax == {{{#!highlight cpp SDL_Surface* SDL_ConvertSurface(SDL_Surface* src, con...

1.5k - rev: 18 (current) last modified: 2020-03-10 19:12:34

SGStructures . . . 5 matches
...occurs on the page.-~|| ||''Example'': [[SDL_LoadWAV_RW]](), [[SDL_DisplayMode]], [[SDL_Surface]]|| ~-[[#ToC|Return to Table of Contents]]-~ <<BR>> <<BR>> === Table of Content...

35.9k - rev: 31 (current) last modified: 2012-01-06 00:09:16

SDL_SetWindowIcon . . . 4 matches
...{#!highlight cpp void SDL_SetWindowIcon(SDL_Window* window, SDL_Surface* icon) }}} == Function Parameters == ||'''window'''||the window to change|| ||'''i...

3.7k - rev: 14 (current) last modified: 2014-12-12 21:23:58

SDL_PixelFormat . . . 4 matches
...or]] structure from `surface->format->palette->colors`. Like so: {{{#!highlight cpp SDL_Surface *surface; SDL_PixelFormat *fmt; SDL_Color *color; Uint8 index; . . /* Create surf...

5.7k - rev: 34 (current) last modified: 2017-03-11 22:56:47

SDL_LowerBlitScaled . . . 4 matches
...ly. <<TableOfContents()>> == Syntax == {{{#!highlight cpp int SDL_LowerBlitScaled(SDL_Surface* src, SDL_Rect* srcrect, SDL_Sur...

1.1k - rev: 5 (current) last modified: 2013-08-08 22:02:44

SDL_LowerBlit . . . 4 matches
...ing only. <<TableOfContents()>> == Syntax == {{{#!highlight cpp int SDL_LowerBlit(SDL_Surface* src, SDL_Rect* srcrect, SDL_Surface* dst, ...

1.2k - rev: 8 (current) last modified: 2013-08-08 21:05:45

SDL_CreateRGBSurfaceWithFormatFrom . . . 4 matches
...from provided pixel data. <<TableOfContents()>> == Syntax == {{{#!highlight cpp SDL_Surface* SDL_CreateRGBSurfaceWithFormatFrom(void* pixels, ...

3.2k - rev: 7 (current) last modified: 2016-10-20 20:45:29

SDL_CreateRGBSurfaceFrom . . . 4 matches
...e with existing pixel data. <<TableOfContents()>> == Syntax == {{{#!highlight cpp SDL_Surface* SDL_CreateRGBSurfaceFrom(void* pixels, int ...

3.4k - rev: 15 (current) last modified: 2016-10-20 20:40:54

SDL_BlitSurface . . . 4 matches
...urface. <<TableOfContents()>> == Syntax == {{{#!highlight cpp int SDL_BlitSurface(SDL_Surface* src, const SDL_Rect* srcrect, SDL_Surfa...

3.5k - rev: 19 (current) last modified: 2014-03-30 21:07:59

SDL_BlitScaled . . . 4 matches
...surface. <<TableOfContents()>> == Syntax == {{{#!highlight cpp int SDL_BlitScaled(SDL_Surface* src, const SDL_Rect* srcrect, SDL_Surface...

1.2k - rev: 4 (current) last modified: 2013-12-07 13:30:49

SDL_SaveBMP . . . 3 matches
...a BMP file. <<TableOfContents()>> == Syntax == {{{#!highlight cpp int SDL_SaveBMP(SDL_Surface* surface, const char* file) }}} == Function Parameters == ||'''su...

1.2k - rev: 9 (current) last modified: 2020-07-24 17:18:55

SDL_FillRect . . . 3 matches
...fic color. <<TableOfContents()>> == Syntax == {{{#!highlight cpp int SDL_FillRect(SDL_Surface* dst, const SDL_Rect* rect, Uint32 co...

1.5k - rev: 16 (current) last modified: 2014-07-04 11:27:03

SDL_CreateTextureFromSurface . . . 3 matches
...extureFromSurface(SDL_Renderer* renderer, SDL_Surface* surface) }}} == Function Parameters == ||'''renderer'''||the rendering context||...

1.9k - rev: 28 (current) last modified: 2017-08-11 23:59:53

SDL_CreateSoftwareRenderer . . . 3 matches
...tents()>> == Syntax == {{{#!highlight cpp SDL_Renderer* SDL_CreateSoftwareRenderer(SDL_Surface* surface) }}} == Function Parameters == ||'''surface'''||the [[SDL_Surface]] struc...

3.1k - rev: 10 (current) last modified: 2016-03-31 22:22:10

SDL_CreateRGBSurfaceWithFormat . . . 3 matches
... allocate an RGB surface. <<TableOfContents()>> == Syntax == {{{#!highlight cpp SDL_Surface* SDL_CreateRGBSurfaceWithFormat(Uint32 flags, ...

1.9k - rev: 6 (current) last modified: 2016-10-20 20:43:22

SDL_CreateRGBSurface . . . 3 matches
...allocate a new RGB surface. <<TableOfContents()>> == Syntax == {{{#!highlight cpp SDL_Surface* SDL_CreateRGBSurface(Uint32 flags, int width,...

3.0k - rev: 15 (current) last modified: 2016-10-20 20:36:00

SDL_CreateColorCursor . . . 3 matches
...leOfContents()>> == Syntax == {{{#!highlight cpp SDL_Cursor* SDL_CreateColorCursor(SDL_Surface* surface, int hot_x, ...

2.3k - rev: 5 (current) last modified: 2016-04-15 21:44:51

SDL_ConvertSurfaceFormat . . . 3 matches
...ce of the specified format. <<TableOfContents()>> == Syntax == {{{#!highlight cpp SDL_Surface* SDL_ConvertSurfaceFormat(SDL_Surface* src, U...

1.1k - rev: 2 (current) last modified: 2013-08-08 21:02:27

SGEnumerations . . . 2 matches
...specified.|| ||''Example'': There are currently no enumeration examples of this. [[SDL_Surface]], [[SDL_PixelFormat]]|| ||<( |3 30%>''If'' __another API page__ is referenced ''an...

25.3k - rev: 8 (current) last modified: 2012-01-06 00:09:48

SDL_UnlockSurface . . . 2 matches
...els. <<TableOfContents()>> == Syntax == {{{#!highlight cpp void SDL_UnlockSurface(SDL_Surface* surface) }}} == Function Parameters == ||'''surface'''||the [[SDL_Surface]] struc...

0.6k - rev: 8 (current) last modified: 2011-01-11 23:22:09

SDL_SetSurfaceRLE . . . 2 matches
...face. <<TableOfContents()>> == Syntax == {{{#!highlight cpp int SDL_SetSurfaceRLE(SDL_Surface* surface, int flag) }}} == Function Parameters == |...

0.9k - rev: 6 (current) last modified: 2011-01-11 23:48:52

SDL_SetSurfacePalette . . . 2 matches
.... <<TableOfContents()>> == Syntax == {{{#!highlight cpp int SDL_SetSurfacePalette(SDL_Surface* surface, SDL_Palette* palette) }}} == Function Paramete...

0.7k - rev: 9 (current) last modified: 2011-01-11 23:47:02

1 2 Next
(Page Info.)
Feedback
Please include your contact information if you'd like to receive a reply.
Submit