Results 76 - 100 of 563 results out of about 6839 pages. (5.12 seconds)
- SDL_SetWindowPosition . . . 1 match
- ...ere
}}}
== Remarks ==
The window coordinate origin is the upper left of the display.
== Related Functions ==
.[[SDL_GetWindowPosition]]
----
[[CategoryAPI]], [[CategoryVideo]]...
- SDL_SetWindowOpacity . . . 1 match
- ...lated Functions ==
.[[SDL_GetWindowOpacity]]
##Remove this section if empty
----
[[CategoryAPI]], [[CategoryVideo]]
##See the Style Guide for instructions on editing the footer....
- SDL_SetWindowModalFor . . . 1 match
- ...pported on X11.
== Version ==
This function is available since SDL 2.0.5.
----
[[CategoryAPI]], [[CategoryVideo]]
##See the Style Guide for instructions on editing the footer....
- SDL_SetWindowMinimumSize . . . 1 match
- ...d Functions ==
.[[SDL_GetWindowMinimumSize]]
.[[SDL_SetWindowMaximumSize]]
----
[[CategoryAPI]], [[CategoryVideo]]
##See the Style Guide for instructions on editing the footer....
- SDL_SetWindowMaximumSize . . . 1 match
- ...d Functions ==
.[[SDL_GetWindowMaximumSize]]
.[[SDL_SetWindowMinimumSize]]
----
[[CategoryAPI]], [[CategoryVideo]]
##See the Style Guide for instructions on editing the footer....
- SDL_SetWindowInputFocus . . . 1 match
- ...== Related Functions ==
.[[SDL_RaiseWindow]]
##Remove this section if empty
----
[[CategoryAPI]], [[CategoryVideo]]
##See the Style Guide for instructions on editing the footer....
- SDL_SetWindowIcon . . . 1 match
- ...y the window.
SDL_Quit(); // Clean up and exit.
return 0;
}
}}}
== Remarks ==
''You can add useful comments here''
----
[[CategoryAPI]], [[CategoryVideo]]...
- SDL_SetWindowHitTest . . . 1 match
- ...allocations, etc.
== Version ==
This function is available since SDL 2.0.4.
----
[[CategoryAPI]], [[CategoryVideo]]
##See the Style Guide for instructions on editing the footer....
- SDL_SetWindowGrab . . . 1 match
- ...e other window loses its grab in favor of the caller's window.
== Related Functions ==
.[[SDL_GetGrabbedWindow]]
.[[SDL_GetWindowGrab]]
----
[[CategoryAPI]], [[CategoryVideo]]...
- SDL_SetWindowGammaRamp . . . 1 match
- ...).) The gamma ramp set will not follow the window if it is moved to another display.
== Related Functions ==
.[[SDL_GetWindowGammaRamp]]
----
[[CategoryAPI]], [[CategoryVideo]]...
- SDL_SetWindowFullscreen . . . 1 match
- ...sion ==
This function is available since SDL 2.0.0.
== Related Functions ==
.[[SDL_GetWindowDisplayMode]]
.[[SDL_SetWindowDisplayMode]]
----
[[CategoryAPI]], [[CategoryVideo]]...
- SDL_SetWindowDisplayMode . . . 1 match
- ...ndow is not fullscreen, use [[SDL_SetWindowSize]]().
== Related Functions ==
.[[SDL_GetWindowDisplayMode]]
.[[SDL_SetWindowFullscreen]]
----
[[CategoryAPI]], [[CategoryVideo]]...
- SDL_SetWindowData . . . 1 match
- ...t cpp
You can add your code example here
}}}
== Remarks ==
'''name''' is case-sensitive.
== Related Functions ==
.[[SDL_GetWindowData]]
----
[[CategoryAPI]], [[CategoryVideo]]...
- SDL_SetWindowBrightness . . . 1 match
- ...t follow the window if it is moved to another display.
== Related Functions ==
.[[SDL_GetWindowBrightness]]
.[[SDL_SetWindowGammaRamp]]
----
[[CategoryAPI]], [[CategoryVideo]]...
- SDL_SetWindowBordered . . . 1 match
- ...available since SDL 2.0.0.
== Related Functions ==
.[[SDL_GetWindowFlags]]
----
[[CategoryAPI]], [[CategoryVideo]]
##See the Style Guide for instructions on editing the footer....
- SDL_SetThreadPriority . . . 1 match
- ... ==
'''priority''' may be one of the following:
<<Include(SDL_ThreadPriority, , , from="Start Include here.", to="##End Include here.")>>
----
[[CategoryAPI]], [[CategoryThread]]...
- SDL_SetTextureColorMod . . . 1 match
- ...t will return -1 if color modulation is not supported.
== Related Functions ==
.[[SDL_GetTextureColorMod]]
.[[SDL_SetTextureAlphaMod]]
----
[[CategoryAPI]], [[CategoryRender]]...
- SDL_SetTextureBlendMode . . . 1 match
- ...osest supported mode is chosen and this function returns -1.
== Related Functions ==
.[[SDL_GetTextureBlendMode]]
.[[SDL_RenderCopy]]
----
[[CategoryAPI]], [[CategoryRender]]...
- SDL_SetTextureAlphaMod . . . 1 match
- ... will return -1 if alpha modulation is not supported.
== Related Functions ==
.[[SDL_GetTextureAlphaMod]]
.[[SDL_SetTextureColorMod]]
----
[[CategoryAPI]], [[CategoryRender]]...
- SDL_SetTextInputRect . . . 1 match
- ...our code example here
}}}
== Remarks ==
There is a [[Tutorials/TextInput|tutorial]].
== Related Functions ==
.[[SDL_StartTextInput]]
----
[[CategoryAPI]], [[CategoryKeyboard]]...
- SDL_SetSurfaceRLE . . . 1 match
- ...cked before directly accessing the pixels.
== Related Functions ==
.[[SDL_BlitSurface]]
.[[SDL_LockSurface]]
.[[SDL_UnlockSurface]]
----
[[CategoryAPI]], [[CategorySurface]]...
- SDL_SetSurfacePalette . . . 1 match
- ...Examples ==
{{{#!highlight cpp
You can add your code example here
}}}
== Remarks ==
A single palette can be shared with many surfaces.
----
[[CategoryAPI]], [[CategorySurface]]...
- SDL_SetSurfaceColorMod . . . 1 match
- ...the following formula:
`srcC = srcC * (color / 255)`
== Related Functions ==
.[[SDL_GetSurfaceColorMod]]
.[[SDL_SetSurfaceAlphaMod]]
----
[[CategoryAPI]], [[CategorySurface]]...
- SDL_SetSurfaceBlendMode . . . 1 match
- ...data, the blendmode of the SOURCE surface should be set to 'SDL_BLENDMODE_NONE'.
== Related Functions ==
.[[SDL_GetSurfaceBlendMode]]
----
[[CategoryAPI]], [[CategorySurface]]...
- SDL_SetSurfaceAlphaMod . . . 1 match
- ...he following formula:
.`srcA = srcA * (alpha / 255)`
== Related Functions ==
.[[SDL_GetSurfaceAlphaMod]]
.[[SDL_SetSurfaceColorMod]]
----
[[CategoryAPI]], [[CategorySurface]]...
