Wiki Page Content

Results 51 - 75 of 261 results out of about 6839 pages. (5.64 seconds)

SDL_SetWindowHitTest . . . 1 match
...Return Value == Returns 0 on success or -1 on error (including unsupported); call [[SDL_GetError]]() for more information. == Code Examples == {{{#!highlight cpp You can add your...

3.4k - rev: 1 (current) last modified: 2014-07-17 19:42:24

SDL_SetWindowGammaRamp . . . 1 match
...== Return Value == Returns 0 on success or a negative error code on failure; call [[SDL_GetError]]() for more information. == Code Examples == {{{#!highlight cpp You can add your ...

1.9k - rev: 7 (current) last modified: 2014-06-28 22:11:09

SDL_SetWindowFullscreen . . . 1 match
...== Return Value == Returns 0 on success or a negative error code on failure; call [[SDL_GetError]]() for more information. == Code Examples == {{{#!highlight cpp You can add your ...

1.0k - rev: 15 (current) last modified: 2016-04-15 21:36:24

SDL_SetWindowDisplayMode . . . 1 match
...== Return Value == Returns 0 on success or a negative error code on failure; call [[SDL_GetError]]() for more information. == Code Examples == {{{#!highlight cpp You can add your ...

1.1k - rev: 10 (current) last modified: 2013-11-16 13:14:41

SDL_SetWindowBrightness . . . 1 match
...== Return Value == Returns 0 on success or a negative error code on failure; call [[SDL_GetError]]() for more information. == Code Examples == {{{#!highlight cpp You can add your ...

1.3k - rev: 10 (current) last modified: 2014-06-24 23:45:10

SDL_SetThreadPriority . . . 1 match
...== Return Value == Returns 0 on success or a negative error code on failure; call [[SDL_GetError]]() for more information. == Code Examples == {{{#!highlight cpp You can add your ...

0.7k - rev: 5 (current) last modified: 2018-11-12 20:37:07

SDL_SetTextureColorMod . . . 1 match
...== Return Value == Returns 0 on success or a negative error code on failure; call [[SDL_GetError]]() for more information. == Code Examples == {{{#!highlight cpp ... SDL_Texture* ...

1.4k - rev: 13 (current) last modified: 2019-12-01 13:54:18

SDL_SetTextureBlendMode . . . 1 match
...== Return Value == Returns 0 on success or a negative error code on failure; call [[SDL_GetError]]() for more information. == Code Examples == {{{#!highlight cpp You can add your ...

1.1k - rev: 14 (current) last modified: 2014-04-02 22:36:56

SDL_SetTextureAlphaMod . . . 1 match
...== Return Value == Returns 0 on success or a negative error code on failure; call [[SDL_GetError]]() for more information. == Code Examples == {{{#!highlight cpp You can add your ...

1.1k - rev: 15 (current) last modified: 2014-04-02 22:32:16

SDL_SetSurfaceRLE . . . 1 match
...== Return Value == Returns 0 on success or a negative error code on failure; call [[SDL_GetError]]() for more information. == Code Examples == {{{#!highlight cpp You can add your ...

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

SDL_SetSurfacePalette . . . 1 match
...== Return Value == Returns 0 on success or a negative error code on failure; call [[SDL_GetError]]() for more information. == Code Examples == {{{#!highlight cpp You can add your ...

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

SDL_SetSurfaceColorMod . . . 1 match
...== Return Value == Returns 0 on success or a negative error code on failure; call [[SDL_GetError]]() for more information. == Code Examples == {{{#!highlight cpp You can add your ...

1.2k - rev: 8 (current) last modified: 2011-01-07 19:05:35

SDL_SetSurfaceBlendMode . . . 1 match
...== Return Value == Returns 0 on success or a negative error code on failure; call [[SDL_GetError]]() for more information. == Code Examples == {{{#!highlight cpp You can add your ...

1.1k - rev: 11 (current) last modified: 2014-02-18 03:03:34

SDL_SetSurfaceAlphaMod . . . 1 match
...== Return Value == Returns 0 on success or a negative error code on failure; call [[SDL_GetError]]() for more information. == Code Examples == {{{#!highlight cpp You can add your ...

1.0k - rev: 8 (current) last modified: 2011-01-07 19:05:50

SDL_SetRenderTarget . . . 1 match
...== Return Value == Returns 0 on success or a negative error code on failure; call [[SDL_GetError]]() for more information. == Code Examples == {{{#!highlight cpp You can add your ...

1.1k - rev: 11 (current) last modified: 2016-05-11 20:37:00

SDL_SetRenderDrawColor . . . 1 match
...== Return Value == Returns 0 on success or a negative error code on failure; call [[SDL_GetError]]() for more information. == Code Examples == {{{#!highlight cpp SDL_SetRenderDraw...

1.7k - rev: 13 (current) last modified: 2015-07-21 18:34:15

SDL_SetRenderDrawBlendMode . . . 1 match
...== Return Value == Returns 0 on success or a negative error code on failure; call [[SDL_GetError]]() for more information. == Code Examples == {{{#!highlight cpp You can add your ...

1.2k - rev: 10 (current) last modified: 2013-11-03 19:20:12

SDL_SetRelativeMouseMode . . . 1 match
...== Return Value == Returns 0 on success or a negative error code on failure; call [[SDL_GetError]]() for more information. If relative mode is not supported this returns -1. == C...

1.0k - rev: 6 (current) last modified: 2015-05-31 19:18:58

SDL_SetPixelFormatPalette . . . 1 match
...== Return Value == Returns 0 on success or a negative error code on failure; call [[SDL_GetError]]() for more information. == Code Examples == {{{#!highlight cpp You can add your ...

0.8k - rev: 4 (current) last modified: 2011-05-17 17:43:11

SDL_SetPaletteColors . . . 1 match
...0 on success or a negative error code if not all of the colors could be set; call [[SDL_GetError]]() for more information. == Code Examples == {{{#!highlight cpp You can add your ...

1.1k - rev: 14 (current) last modified: 2015-12-04 23:14:09

SDL_SetError . . . 1 match
... Calling this function will replace any previous error message that was set. == Related Functions == . [[SDL_ClearError]] . [[SDL_GetError]] ---- [[CategoryAPI]], CategoryError...

0.9k - rev: 16 (current) last modified: 2016-05-11 20:22:50

SDL_SetColorKey . . . 1 match
...== Return Value == Returns 0 on success or a negative error code on failure; call [[SDL_GetError]]() for more information. == Code Examples == {{{#!highlight cpp You can add your ...

1.2k - rev: 10 (current) last modified: 2012-01-28 20:16:16

SDL_SetClipboardText . . . 1 match
...== Return Value == Returns 0 on success or a negative error code on failure; call [[SDL_GetError]]() for more information. == Code Examples == {{{#!highlight cpp You can add your ...

0.7k - rev: 5 (current) last modified: 2014-01-09 00:47:19

SDL_SemWaitTimeout . . . 1 match
... does not succeed in the allotted time, or a negative error code on failure; call [[SDL_GetError]]() for more information. == Code Examples == {{{#!highlight cpp SDL_atomic_t done...

1.7k - rev: 7 (current) last modified: 2013-10-05 19:38:17

SDL_SemWait . . . 1 match
...== Return Value == Returns 0 on success or a negative error code on failure; call [[SDL_GetError]]() for more information. == Code Examples == <<Include(SDL_CreateSemaphore, , , f...

1.1k - rev: 7 (current) last modified: 2013-10-05 19:37:34

Previous 1 2 3 4 5 6 7 8 9 10 Next
(Page Info.)
Feedback
Please include your contact information if you'd like to receive a reply.
Submit