Wiki Page Content

Results 101 - 125 of 563 results out of about 6839 pages. (5.24 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]]...

1.1k - rev: 11 (current) last modified: 2016-05-11 20:37:00

SDL_SetRenderDrawColor . . . 1 match
...wPoint]] .[[SDL_RenderDrawPoints]] .[[SDL_RenderDrawRect]] .[[SDL_RenderDrawRects]] .[[SDL_RenderFillRect]] .[[SDL_RenderFillRects]] ---- [[CategoryAPI]], [[CategoryRender]]...

1.7k - rev: 13 (current) last modified: 2015-07-21 18:34:15

SDL_SetRenderDrawBlendMode . . . 1 match
...Point]] .[[SDL_RenderDrawPoints]] .[[SDL_RenderDrawRect]] .[[SDL_RenderDrawRects]] .[[SDL_RenderFillRect]] .[[SDL_RenderFillRects]] ---- [[CategoryAPI]], [[CategoryRender]]...

1.2k - rev: 10 (current) last modified: 2013-11-03 19:20:12

SDL_SetRelativeMouseMode . . . 1 match
...ouse position will not change. This function will flush any pending mouse motion. == Related Functions == .[[SDL_GetRelativeMouseMode]] ---- [[CategoryAPI]], [[CategoryMouse]]...

1.0k - rev: 6 (current) last modified: 2015-05-31 19:18:58

SDL_SetPixelFormatPalette . . . 1 match
...xample here }}} == Remarks == ''You can add useful comments here'' == Related Functions == .[[SDL_AllocPalette]] .[[SDL_FreePalette]] ---- [[CategoryAPI]], [[CategoryPixels]]...

0.8k - rev: 4 (current) last modified: 2011-05-17 17:43:11

SDL_SetPaletteColors . . . 1 match
...xample here }}} == Remarks == ''You can add useful comments here'' == Related Functions == .[[SDL_AllocPalette]] .[[SDL_CreateRGBSurface]] ---- [[CategoryAPI]], CategoryPixels...

1.1k - rev: 14 (current) last modified: 2015-12-04 23:14:09

SDL_SetModState . . . 1 match
..._Keymod]] values. This does not change the keyboard state, only the key modifier flags. == Related Functions == .[[SDL_GetModState]] ---- [[CategoryAPI]], [[CategoryKeyboard]]...

0.9k - rev: 7 (current) last modified: 2014-01-11 19:31:15

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

1.3k - rev: 10 (current) last modified: 2014-12-21 20:51:01

SDL_SetHintWithPriority . . . 1 match
...y and lower. Environment variables are considered to have override priority. == Related Functions == .[[SDL_GetHint]] .[[SDL_SetHint]] ---- [[CategoryAPI]], [[CategoryHints]]...

1.1k - rev: 4 (current) last modified: 2014-03-10 23:14:11

SDL_SetHint . . . 1 match
...tWithPriority]]() to set the hint with override priority instead. == Related Functions == .[[SDL_GetHint]] .[[SDL_SetHintWithPriority]] ---- [[CategoryAPI]], [[CategoryHints]]...

0.9k - rev: 6 (current) last modified: 2014-08-04 19:02:51

SDL_SetEventFilter . . . 1 match
.... == Related Functions == .[[SDL_AddEventWatch]] .[[SDL_EventState]] .[[SDL_GetEventFilter]] .[[SDL_PeepEvents]] .[[SDL_PushEvent]] ---- [[CategoryAPI]], [[CategoryEvents]]...

2.2k - rev: 29 (current) last modified: 2017-08-11 17:54:24

SDL_SetError . . . 1 match
...Calling this function will replace any previous error message that was set. == Related Functions == . [[SDL_ClearError]] . [[SDL_GetError]] ---- [[CategoryAPI]], CategoryError...

0.9k - rev: 16 (current) last modified: 2016-05-11 20:22:50

SDL_SetCursor . . . 1 match
...cursor redraw, if this is desired for any reason. == Related Functions == .[[SDL_CreateCursor]] .[[SDL_GetCursor]] .[[SDL_ShowCursor]] ---- [[CategoryAPI]], [[CategoryMouse]]...

0.8k - rev: 11 (current) last modified: 2014-10-04 06:56:05

SDL_SetColorKey . . . 1 match
... of transparent pixels. See [[SDL_SetSurfaceRLE]]() for details. == Related Functions == .[[SDL_BlitSurface]] .[[SDL_GetColorKey]] ---- [[CategoryAPI]], [[CategorySurface]]...

1.2k - rev: 10 (current) last modified: 2012-01-28 20:16:16

SDL_SetClipboardText . . . 1 match
...}}} == Remarks == ''You can add useful comments here'' == Related Functions == .[[SDL_GetClipboardText]] .[[SDL_HasClipboardText]] ---- [[CategoryAPI]], [[CategoryClipboard]]...

0.7k - rev: 5 (current) last modified: 2014-01-09 00:47:19

SDL_SetClipRect . . . 1 match
...ically clipped to the edges of the source and destination surfaces. == Related Functions == .[[SDL_BlitSurface]] .[[SDL_GetClipRect]] ---- [[CategoryAPI]], [[CategorySurface]]...

1.0k - rev: 13 (current) last modified: 2011-04-05 20:54:56

SDL_SetAssertionHandler . . . 1 match
...me. This callback is NOT reset to SDL's internal handler upon [[SDL_Quit]]()! == Related Functions == .[[SDL_GetAssertionHandler]] ---- [[CategoryAPI]], [[CategoryAssertions]]...

1.8k - rev: 12 (current) last modified: 2015-02-21 10:20:56

SDL_SensorUpdate . . . 1 match
...he thread that initialized the sensor subsystem. <<TableOfContents()>> == Syntax == {{{#!highlight cpp void SDL_SensorUpdate(void); }}} ---- [[CategoryAPI]], [[CategorySensor]]...

0.4k - rev: 2 (current) last modified: 2020-01-13 13:51:59

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

0.4k - rev: 3 (current) last modified: 2020-01-13 13:51:28

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

0.4k - rev: 2 (current) last modified: 2020-01-13 13:50:49

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

0.4k - rev: 2 (current) last modified: 2020-01-13 13:50:28

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

0.4k - rev: 2 (current) last modified: 2020-01-13 13:50:07

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

0.4k - rev: 2 (current) last modified: 2020-01-13 13:49:53

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

0.5k - rev: 3 (current) last modified: 2020-01-13 13:49:32

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

0.5k - rev: 2 (current) last modified: 2020-01-13 13:49:19

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