Results 51 - 75 of 261 results out of about 6839 pages. (4.40 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...
- 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 ...
- 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 ...
- 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 ...
- 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 ...
- 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 ...
- 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* ...
- 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 ...
- 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 ...
- 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 ...
- 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 ...
- 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 ...
- 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 ...
- 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 ...
- 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 ...
- 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...
- 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 ...
- 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...
- 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 ...
- 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 ...
- SDL_SetError . . . 1 match
- ...
Calling this function will replace any previous error message that was set.
== Related Functions ==
. [[SDL_ClearError]]
. [[SDL_GetError]]
----
[[CategoryAPI]], CategoryError...
- 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 ...
- 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 ...
- 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...
- 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...
