Wiki Page Content

Results 76 - 100 of 261 results out of about 6839 pages. (3.95 seconds)

SDL_SemTryWait . . . 1 match
...MUTEX_TIMEDOUT if the wait would block, or a negative error code on failure; call [[SDL_GetError]]() for more information. == Code Examples == {{{#!highlight cpp SDL_atomic_t done...

1.5k - rev: 9 (current) last modified: 2013-10-05 19:37:56

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

0.8k - rev: 7 (current) last modified: 2013-08-12 05:48:11

SDL_SaveDollarTemplate . . . 1 match
...ps]] to save to|| == Return Value == Returns 1 on success or 0 on failure; call [[SDL_GetError]]() for more information. == Code Examples == {{{#!highlight cpp You can add your...

1.5k - rev: 3 (current) last modified: 2016-10-21 22:13:24

SDL_SaveBMP_RW . . . 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: 2016-10-08 22:35:29

SDL_SaveAllDollarTemplates . . . 1 match
...n Value == Returns the number of saved templates on success or 0 on failure; call [[SDL_GetError]]() for more information. == Code Examples == {{{#!highlight cpp You can add your...

1.5k - rev: 3 (current) last modified: 2016-10-21 22:12:15

SDL_RenderSetViewport . . . 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: 3 (current) last modified: 2011-05-17 17:49:38

SDL_RenderSetScale . . . 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.7k - rev: 1 (current) last modified: 2013-10-31 22:11:51

SDL_RenderSetLogicalSize . . . 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.6k - rev: 1 (current) last modified: 2013-10-26 14:23:51

SDL_RenderSetIntegerScale . . . 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.8k - rev: 2 (current) last modified: 2016-09-29 22:52:59

SDL_RenderSetClipRect . . . 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: 7 (current) last modified: 2015-06-20 19:51:37

SDL_RenderReadPixels . . . 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: 16 (current) last modified: 2020-04-29 20:50:08

SDL_RenderIsClipEnabled . . . 1 match
...Return Value == Returns SDL_TRUE if clipping is enabled or SDL_FALSE if not; call [[SDL_GetError]]() for more information. == Code Examples == {{{#!highlight cpp You can add your...

1.5k - rev: 2 (current) last modified: 2015-06-01 14:34:20

SDL_RenderGetIntegerScale . . . 1 match
...ns SDL_TRUE if integer scales are forced or SDL_FALSE if not and on failure; call [[SDL_GetError]]() for more information. == Code Examples == {{{#!highlight cpp You can add your...

1.8k - rev: 2 (current) last modified: 2016-09-29 22:53:37

SDL_RenderGetD3D9Device . . . 1 match
...D device associated with given renderer or NULL if it is not a D3D renderer; call [[SDL_GetError]]() for more information. == Code Examples == {{{#!highlight cpp You can add your...

1.3k - rev: 1 (current) last modified: 2015-01-09 22:46:52

SDL_RenderFillRects . . . 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: 2011-03-14 17:58:51

SDL_RenderFillRect . . . 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: 15 (current) last modified: 2016-03-31 22:26:33

SDL_RenderDrawRects . . . 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: 2011-03-14 17:58:29

SDL_RenderDrawRect . . . 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: 2011-02-16 23:19:22

SDL_RenderDrawPoints . . . 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: 8 (current) last modified: 2011-02-16 23:15:08

SDL_RenderDrawPoint . . . 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-14 18:13:09

SDL_RenderDrawLines . . . 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 #include "SDL.h" ...

2.3k - rev: 10 (current) last modified: 2017-01-14 23:00:16

SDL_RenderDrawLine . . . 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 #include "SDL.h" ...

2.5k - rev: 10 (current) last modified: 2017-01-14 23:03:56

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

2.1k - rev: 10 (current) last modified: 2017-08-11 20:23:50

SDL_RenderCopy . . . 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 #include "SDL.h"...

4.2k - rev: 27 (current) last modified: 2015-08-18 20:57:36

SDL_RenderClear . . . 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 #include "SDL.h" ...

1.9k - rev: 14 (current) last modified: 2016-10-08 22:48:20

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