Results 101 - 125 of 563 results out of about 6839 pages. (4.01 seconds)
- SDL_SetRenderTarget . . . 1 match
- ...h the renderer was created.
== Version ==
This function is available since SDL 2.0.0.
== Related Functions ==
.[[SDL_GetRenderTarget]]
----
[[CategoryAPI]], [[CategoryRender]]...
- SDL_SetRenderDrawColor . . . 1 match
- ...wPoint]]
.[[SDL_RenderDrawPoints]]
.[[SDL_RenderDrawRect]]
.[[SDL_RenderDrawRects]]
.[[SDL_RenderFillRect]]
.[[SDL_RenderFillRects]]
----
[[CategoryAPI]], [[CategoryRender]]...
- SDL_SetRenderDrawBlendMode . . . 1 match
- ...Point]]
.[[SDL_RenderDrawPoints]]
.[[SDL_RenderDrawRect]]
.[[SDL_RenderDrawRects]]
.[[SDL_RenderFillRect]]
.[[SDL_RenderFillRects]]
----
[[CategoryAPI]], [[CategoryRender]]...
- SDL_SetRelativeMouseMode . . . 1 match
- ...ouse position will not change.
This function will flush any pending mouse motion.
== Related Functions ==
.[[SDL_GetRelativeMouseMode]]
----
[[CategoryAPI]], [[CategoryMouse]]...
- SDL_SetPixelFormatPalette . . . 1 match
- ...xample here
}}}
== Remarks ==
''You can add useful comments here''
== Related Functions ==
.[[SDL_AllocPalette]]
.[[SDL_FreePalette]]
----
[[CategoryAPI]], [[CategoryPixels]]...
- SDL_SetPaletteColors . . . 1 match
- ...xample here
}}}
== Remarks ==
''You can add useful comments here''
== Related Functions ==
.[[SDL_AllocPalette]]
.[[SDL_CreateRGBSurface]]
----
[[CategoryAPI]], CategoryPixels...
- SDL_SetModState . . . 1 match
- ..._Keymod]] values.
This does not change the keyboard state, only the key modifier flags.
== Related Functions ==
.[[SDL_GetModState]]
----
[[CategoryAPI]], [[CategoryKeyboard]]...
- SDL_SetMainReady . . . 1 match
- ...() function will not be changed it is necessary to define SDL_MAIN_HANDLED before including SDL.h.
== Related Functions ==
. [[SDL_Init]]
----
[[CategoryAPI]], [[CategoryInit]]...
- SDL_SetHintWithPriority . . . 1 match
- ...y and lower. Environment variables are considered to have override priority.
== Related Functions ==
.[[SDL_GetHint]]
.[[SDL_SetHint]]
----
[[CategoryAPI]], [[CategoryHints]]...
- SDL_SetHint . . . 1 match
- ...tWithPriority]]() to set the hint with override priority instead.
== Related Functions ==
.[[SDL_GetHint]]
.[[SDL_SetHintWithPriority]]
----
[[CategoryAPI]], [[CategoryHints]]...
- SDL_SetEventFilter . . . 1 match
- ....
== Related Functions ==
.[[SDL_AddEventWatch]]
.[[SDL_EventState]]
.[[SDL_GetEventFilter]]
.[[SDL_PeepEvents]]
.[[SDL_PushEvent]]
----
[[CategoryAPI]], [[CategoryEvents]]...
- 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_SetCursor . . . 1 match
- ...cursor redraw, if this is desired for any reason.
== Related Functions ==
.[[SDL_CreateCursor]]
.[[SDL_GetCursor]]
.[[SDL_ShowCursor]]
----
[[CategoryAPI]], [[CategoryMouse]]...
- SDL_SetColorKey . . . 1 match
- ... of transparent pixels. See [[SDL_SetSurfaceRLE]]() for details.
== Related Functions ==
.[[SDL_BlitSurface]]
.[[SDL_GetColorKey]]
----
[[CategoryAPI]], [[CategorySurface]]...
- SDL_SetClipboardText . . . 1 match
- ...}}}
== Remarks ==
''You can add useful comments here''
== Related Functions ==
.[[SDL_GetClipboardText]]
.[[SDL_HasClipboardText]]
----
[[CategoryAPI]], [[CategoryClipboard]]...
- SDL_SetClipRect . . . 1 match
- ...ically clipped to the edges of the source and destination surfaces.
== Related Functions ==
.[[SDL_BlitSurface]]
.[[SDL_GetClipRect]]
----
[[CategoryAPI]], [[CategorySurface]]...
- SDL_SetAssertionHandler . . . 1 match
- ...me.
This callback is NOT reset to SDL's internal handler upon [[SDL_Quit]]()!
== Related Functions ==
.[[SDL_GetAssertionHandler]]
----
[[CategoryAPI]], [[CategoryAssertions]]...
- SDL_SensorUpdate . . . 1 match
- ...he thread that initialized the sensor subsystem.
<<TableOfContents()>>
== Syntax ==
{{{#!highlight cpp
void SDL_SensorUpdate(void);
}}}
----
[[CategoryAPI]], [[CategorySensor]]...
- SDL_SensorOpen . . . 1 match
- ...arameters ==
||'''device_index'''||The sensor to open||
== Return Value ==
A [[SDL_Sensor]] sensor object, or NULL if an error occurred.
----
[[CategoryAPI]], [[CategorySensor]]...
- SDL_SensorGetType . . . 1 match
- ...'''||The [[SDL_Sensor]] object to inspect||
== Return Value ==
The [[SDL_SensorType]] type, or SDL_SENSOR_INVALID if the sensor is NULL.
----
[[CategoryAPI]], [[CategorySensor]]...
- SDL_SensorGetNonPortableType . . . 1 match
- ...'''sensor'''||The [[SDL_Sensor]] object to inspect||
== Return Value ==
The sensor platform dependent type, or -1 if the sensor is NULL.
----
[[CategoryAPI]], [[CategorySensor]]...
- SDL_SensorGetName . . . 1 match
- ...== Function Parameters ==
||'''sensor'''||The [[SDL_Sensor]] object||
== Return Value ==
The sensor name, or NULL if the sensor is NULL.
----
[[CategoryAPI]], [[CategorySensor]]...
- SDL_SensorGetInstanceID . . . 1 match
- ...meters ==
||'''sensor'''||The [[SDL_Sensor]] object to inspect||
== Return Value ==
The sensor instance ID, or -1 if the sensor is NULL.
----
[[CategoryAPI]], [[CategorySensor]]...
- SDL_SensorGetDeviceType . . . 1 match
- ...'''||The sensor to get the type from||
== Return Value ==
The [[SDL_SensorType]], or SDL_SENSOR_INVALID if device_index is out of range.
----
[[CategoryAPI]], [[CategorySensor]]...
- SDL_SensorGetDeviceNonPortableType . . . 1 match
- ...|'''device_index'''||The sensor to check||
== Return Value ==
The sensor platform dependent type, or -1 if device_index is out of range.
----
[[CategoryAPI]], [[CategorySensor]]...
