Wiki Page Content

Results 26 - 50 of 261 results out of about 6839 pages. (5.87 seconds)

SDL_ClearError . . . 2 matches
...DL_ClearError(void) }}} == Code Examples == {{{#!highlight cpp const char *error = SDL_GetError(); if (*error) { SDL_Log("SDL error: %s", error); SDL_ClearError(); } }}} == R...

0.5k - rev: 12 (current) last modified: 2016-05-11 20:30:45

CategoryError . . . 2 matches
...ion == Functions in this category provide simple error message routines for SDL. [[SDL_GetError]]() can be called for almost all SDL functions to determine what problems are occur...

1.0k - rev: 21 (current) last modified: 2013-10-12 19:03:28

SDL_iPhoneSetAnimationCallback . . . 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.3k - rev: 4 (current) last modified: 2016-05-12 20:38:41

SDL_WriteU8 . . . 1 match
... value to write|| == 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: 1 (current) last modified: 2015-12-04 22:45:05

SDL_WinRTRunApp . . . 1 match
...should be NULL|| == Return Value == Returns 0 on success or -1 on failure; call [[SDL_GetError]]() to retrieve more information on the failure. == Code Examples == {{{#!highlig...

1.5k - rev: 3 (current) last modified: 2016-05-12 20:36:08

SDL_WinRTGetFSPathUTF8 . . . 1 match
...e) containing the path, or NULL if the path is not available for any reason; call [[SDL_GetError]]() for more information. == Code Examples == {{{#!highlight cpp You can add your...

1.7k - rev: 1 (current) last modified: 2014-12-27 12:36:12

SDL_WinRTGetFSPathUNICODE . . . 1 match
...r) containing the path, or NULL if the path is not available for any reason; call [[SDL_GetError]]() for more information. == Code Examples == {{{#!highlight cpp You can add your...

1.7k - rev: 2 (current) last modified: 2014-12-27 12:50:28

SDL_WarpMouseGlobal . . . 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: 2 (current) last modified: 2015-07-18 19:15:36

SDL_WaitEventTimeout . . . 1 match
...== Returns 1 on success or 0 if there was an error while waiting for events; call [[SDL_GetError]]() for more information. This also returns 0 if the timeout elapsed without an eve...

1.2k - rev: 11 (current) last modified: 2015-04-26 18:51:25

SDL_WaitEvent . . . 1 match
...== Returns 1 on success or 0 if there was an error while waiting for events; call [[SDL_GetError]]() for more information. == Code Examples == {{{#!highlight cpp You can add your ...

1.0k - rev: 13 (current) last modified: 2015-04-26 18:50:55

SDL_Vulkan_LoadLibrary . . . 1 match
...eturn Value == Returns 0 on success or -1 if the library couldn't be loaded; call [[SDL_GetError]]() for more information. == Remarks == This should be called after initializing...

2.3k - rev: 5 (current) last modified: 2018-08-30 17:48:03

SDL_UpdateYUVTexture . . . 1 match
... == Return Value == Returns 0 on success or -1 if the texture is not valid; call [[SDL_GetError]]() for more information. == Code Examples == {{{#!highlight cpp You can add your...

2.2k - rev: 3 (current) last modified: 2016-03-24 23:17:43

SDL_UpdateWindowSurfaceRects . . . 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: 7 (current) last modified: 2014-11-26 20:57:16

SDL_UpdateWindowSurface . . . 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: 5 (current) last modified: 2011-05-17 17:36:52

SDL_UpdateTexture . . . 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: 17 (current) last modified: 2017-08-11 23:41:29

SDL_UnlockMutex . . . 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_CreateMutex, , , from=...

0.7k - rev: 3 (current) last modified: 2015-04-26 19:00:46

SDL_TryLockMutex . . . 1 match
...|| == Return Value == Returns return 0, SDL_MUTEX_TIMEDOUT, or -1 on error; call [[SDL_GetError]]() for more information. == Code Examples == {{{#!highlight cpp int status; SDL_m...

1.4k - rev: 7 (current) last modified: 2015-04-26 19:00:12

SDL_TLSSet . . . 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: 2 (current) last modified: 2016-05-12 20:37:26

SDL_TLSGet . . . 1 match
...ociated with the ID for the current thread or NULL if no value has been set; call [[SDL_GetError]]() for more information. == Code Examples == {{{#!highlight cpp You can add your...

1.5k - rev: 1 (current) last modified: 2013-11-02 12:08:50

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

1.7k - rev: 11 (current) last modified: 2014-09-24 20:33:51

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

3.0k - rev: 4 (current) last modified: 2014-10-10 19:59:52

SDL_ShowCursor . . . 1 match
...or SDL_DISABLE if the cursor is hidden, or a negative error code on failure; call [[SDL_GetError]]() for more information. == Code Examples == {{{#!highlight cpp int main(int arg...

1.4k - rev: 11 (current) last modified: 2016-10-20 20:30:49

SDL_SetWindowOpacity . . . 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:50:23

SDL_SetWindowModalFor . . . 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.5k - rev: 2 (current) last modified: 2016-09-29 22:51:16

SDL_SetWindowInputFocus . . . 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: 2 (current) last modified: 2016-09-29 22:52:21

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