Wiki Page Content

Results 1 - 18 of 18 results out of about 6839 pages. (3.55 seconds)

SDL_CreateWindowAndRenderer . . . 6 matches
... = SDL_CreateWindowAndRenderer = Use this function to create a window and default renderer. <<TableOfContents()>> == Syntax == {{{#!highlight cpp int SDL_CreateWindowAndRender...

2.6k - rev: 10 (current) last modified: 2015-11-18 20:47:21

SDL_CreateWindow . . . 5 matches
... = SDL_CreateWindow = Use this function to create a window with the specified position, dimensions, and flags. <<TableOfContents()>> == Syntax == {{{#!highlight cpp SDL_Window* ...

4.2k - rev: 34 (current) last modified: 2018-09-04 21:50:13

SDL_CreateWindowFrom . . . 4 matches
... = SDL_CreateWindowFrom = Use this function to create an SDL window from an existing native window. <<TableOfContents()>> == Syntax == {{{#!highlight cpp SDL_Window* SDL_CreateW...

0.9k - rev: 13 (current) last modified: 2015-05-08 19:40:51

MigrationGuide . . . 7 matches
...N | SDL_OPENGL); }}} Which is now this: {{{#!highlight cpp SDL_Window *screen = SDL_CreateWindow("My Game Window", SDL_WINDOWPOS_UNDEFINED, ...

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

GuiaDeMigracion . . . 7 matches
...N | SDL_OPENGL); }}} Ahora debería ser: {{{#!highlight cpp SDL_Window *screen = SDL_CreateWindow("My Game Window", SDL_WINDOWPOS_UNDEFINED, ...

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

SGFunctions . . . 4 matches
...ddress of the page. ''Example'': Page address {{{http://wiki.libsdl.org/moin.cgi/SDL_CreateWindow}}} should have matching title {{{= SDL_CreateWindow =}}} and describe the [[SDL_C...

49.0k - rev: 72 (current) last modified: 2013-02-13 22:15:11

SDL_WindowFlags . . . 2 matches
...p Uint32 flags = SDL_WINDOW_OPENGL | SDL_WINDOW_FULLSCREEN; SDL_Window * window = SDL_CreateWindow( /* ... */ flags ); }}} == Remarks == The SDL_WINDOW_OPENGL flag prepare...

2.4k - rev: 23 (current) last modified: 2020-05-05 16:43:10

SDL_Vulkan_GetDrawableSize . . . 2 matches
...ndow *window; VkSurfaceKHR surface; VkPhysicalDevice physicalDevice; // window = SDL_CreateWindow(...); if (!SDL_Vulkan_CreateSurface(window, instance, &surface)) { // handle ...

2.4k - rev: 6 (current) last modified: 2020-03-23 18:33:15

SDL_HINT_VIDEO_WINDOW_SHARE_PIXEL_FORMAT . . . 2 matches
...the address (as a string "%p") of the SDL_Window* that new windows created with [[SDL_CreateWindowFrom]]() should share a pixel format with|| == Default == By default this hint i...

1.5k - rev: 2 (current) last modified: 2014-02-25 21:57:30

SDL_DestroyWindow . . . 2 matches
...e SDL error message to "Invalid window". See [[SDL_GetError]](). == Related Functions == .[[SDL_CreateWindow]] .[[SDL_CreateWindowFrom]] ---- [[CategoryAPI]], [[CategoryVideo]]...

0.6k - rev: 10 (current) last modified: 2015-08-21 21:08:43

SDL_CreateSoftwareRenderer . . . 2 matches
...urn 1; } /* Create window and renderer for given surface */ window = SDL_CreateWindow("Chess Board", SDL_WINDOWPOS_UNDEFINED, SDL_WINDOWPOS_UNDEFINED, 640, 480, 0); ...

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

ToDo . . . 1 match
...se functions are currently documented as "draft" only and need improvements: * [[SDL_CreateWindowAndRenderer]] * [[SDL_RenderTargetSupported]] * [[SDL_GetRendererOutputSize]] *...

10.5k - rev: 36 (current) last modified: 2016-04-15 21:25:48

SDL_Renderer . . . 1 match
...SoftwareRenderer]] .[[SDL_CreateTexture]] .[[SDL_CreateTextureFromSurface]] .[[SDL_CreateWindowAndRenderer]] .[[SDL_DestroyRenderer]] .[[SDL_GetRenderDrawBlendMode]] .[[SDL_G...

2.1k - rev: 1 (current) last modified: 2017-02-12 22:26:38

SDL_HINT_VIDEO_X11_NET_WM_PING . . . 1 match
...he markup alone and delete this comment. == Remarks == The hint is checked in [[SDL_CreateWindow]](). == Version == This hint is available since SDL 2.0.4. ---- [[CategoryDefi...

1.2k - rev: 1 (current) last modified: 2015-10-29 21:04:25

SDL_GetWindowFlags . . . 1 match
..., , from="== Values ==", to="== Code Examples ==")>> == Related Functions == .[[SDL_CreateWindow]] .[[SDL_HideWindow]] .[[SDL_MaximizeWindow]] .[[SDL_MinimizeWindow]] .[[SDL_...

0.9k - rev: 9 (current) last modified: 2011-01-06 05:46:46

SDL_GL_GetDrawableSize . . . 1 match
...rsion == This function is available since SDL 2.0.1. == Related Functions == .[[SDL_CreateWindow]] .[[SDL_GetWindowSize]] ---- [[CategoryAPI]], [[CategoryVideo]] ##See the Styl...

1.6k - rev: 6 (current) last modified: 2016-01-01 18:40:17

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...

0.7k - rev: 23 (current) last modified: 2013-07-27 14:08:36

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...

0.5k - rev: 19 (current) last modified: 2013-08-10 05:04:50

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