Wiki Page Content

Results 76 - 100 of 563 results out of about 6839 pages. (4.33 seconds)

SDL_SetWindowPosition . . . 1 match
...ere }}} == Remarks == The window coordinate origin is the upper left of the display. == Related Functions == .[[SDL_GetWindowPosition]] ---- [[CategoryAPI]], [[CategoryVideo]]...

0.9k - rev: 7 (current) last modified: 2016-01-01 18:28:03

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

1.8k - rev: 2 (current) last modified: 2016-09-29 22:50:23

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

1.5k - rev: 2 (current) last modified: 2016-09-29 22:51:16

SDL_SetWindowMinimumSize . . . 1 match
...d Functions == .[[SDL_GetWindowMinimumSize]] .[[SDL_SetWindowMaximumSize]] ---- [[CategoryAPI]], [[CategoryVideo]] ##See the Style Guide for instructions on editing the footer....

0.9k - rev: 4 (current) last modified: 2013-08-11 12:12:39

SDL_SetWindowMaximumSize . . . 1 match
...d Functions == .[[SDL_GetWindowMaximumSize]] .[[SDL_SetWindowMinimumSize]] ---- [[CategoryAPI]], [[CategoryVideo]] ##See the Style Guide for instructions on editing the footer....

0.9k - rev: 3 (current) last modified: 2013-08-11 12:13:58

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

1.6k - rev: 2 (current) last modified: 2016-09-29 22:52:21

SDL_SetWindowIcon . . . 1 match
...y the window. SDL_Quit(); // Clean up and exit. return 0; } }}} == Remarks == ''You can add useful comments here'' ---- [[CategoryAPI]], [[CategoryVideo]]...

3.7k - rev: 14 (current) last modified: 2014-12-12 21:23:58

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

3.4k - rev: 1 (current) last modified: 2014-07-17 19:42:24

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

0.8k - rev: 11 (current) last modified: 2015-03-29 21:55:12

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

1.9k - rev: 7 (current) last modified: 2014-06-28 22:11:09

SDL_SetWindowFullscreen . . . 1 match
...sion == This function is available since SDL 2.0.0. == Related Functions == .[[SDL_GetWindowDisplayMode]] .[[SDL_SetWindowDisplayMode]] ---- [[CategoryAPI]], [[CategoryVideo]]...

1.0k - rev: 15 (current) last modified: 2016-04-15 21:36:24

SDL_SetWindowDisplayMode . . . 1 match
...ndow is not fullscreen, use [[SDL_SetWindowSize]](). == Related Functions == .[[SDL_GetWindowDisplayMode]] .[[SDL_SetWindowFullscreen]] ---- [[CategoryAPI]], [[CategoryVideo]]...

1.1k - rev: 10 (current) last modified: 2013-11-16 13:14:41

SDL_SetWindowData . . . 1 match
...t cpp You can add your code example here }}} == Remarks == '''name''' is case-sensitive. == Related Functions == .[[SDL_GetWindowData]] ---- [[CategoryAPI]], [[CategoryVideo]]...

0.8k - rev: 7 (current) last modified: 2013-07-23 12:50:11

SDL_SetWindowBrightness . . . 1 match
...t follow the window if it is moved to another display. == Related Functions == .[[SDL_GetWindowBrightness]] .[[SDL_SetWindowGammaRamp]] ---- [[CategoryAPI]], [[CategoryVideo]]...

1.3k - rev: 10 (current) last modified: 2014-06-24 23:45:10

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

1.4k - rev: 1 (current) last modified: 2013-10-31 22:34:55

SDL_SetThreadPriority . . . 1 match
... == '''priority''' may be one of the following: <<Include(SDL_ThreadPriority, , , from="Start Include here.", to="##End Include here.")>> ---- [[CategoryAPI]], [[CategoryThread]]...

0.7k - rev: 5 (current) last modified: 2018-11-12 20:37:07

SDL_SetTextureColorMod . . . 1 match
...t will return -1 if color modulation is not supported. == Related Functions == .[[SDL_GetTextureColorMod]] .[[SDL_SetTextureAlphaMod]] ---- [[CategoryAPI]], [[CategoryRender]]...

1.4k - rev: 13 (current) last modified: 2019-12-01 13:54:18

SDL_SetTextureBlendMode . . . 1 match
...osest supported mode is chosen and this function returns -1. == Related Functions == .[[SDL_GetTextureBlendMode]] .[[SDL_RenderCopy]] ---- [[CategoryAPI]], [[CategoryRender]]...

1.1k - rev: 14 (current) last modified: 2014-04-02 22:36:56

SDL_SetTextureAlphaMod . . . 1 match
... will return -1 if alpha modulation is not supported. == Related Functions == .[[SDL_GetTextureAlphaMod]] .[[SDL_SetTextureColorMod]] ---- [[CategoryAPI]], [[CategoryRender]]...

1.1k - rev: 15 (current) last modified: 2014-04-02 22:32:16

SDL_SetTextInputRect . . . 1 match
...our code example here }}} == Remarks == There is a [[Tutorials/TextInput|tutorial]]. == Related Functions == .[[SDL_StartTextInput]] ---- [[CategoryAPI]], [[CategoryKeyboard]]...

0.7k - rev: 7 (current) last modified: 2015-01-28 20:26:24

SDL_SetSurfaceRLE . . . 1 match
...cked before directly accessing the pixels. == Related Functions == .[[SDL_BlitSurface]] .[[SDL_LockSurface]] .[[SDL_UnlockSurface]] ---- [[CategoryAPI]], [[CategorySurface]]...

0.9k - rev: 6 (current) last modified: 2011-01-11 23:48:52

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

0.7k - rev: 9 (current) last modified: 2011-01-11 23:47:02

SDL_SetSurfaceColorMod . . . 1 match
...the following formula: `srcC = srcC * (color / 255)` == Related Functions == .[[SDL_GetSurfaceColorMod]] .[[SDL_SetSurfaceAlphaMod]] ---- [[CategoryAPI]], [[CategorySurface]]...

1.2k - rev: 8 (current) last modified: 2011-01-07 19:05:35

SDL_SetSurfaceBlendMode . . . 1 match
...data, the blendmode of the SOURCE surface should be set to 'SDL_BLENDMODE_NONE'. == Related Functions == .[[SDL_GetSurfaceBlendMode]] ---- [[CategoryAPI]], [[CategorySurface]]...

1.1k - rev: 11 (current) last modified: 2014-02-18 03:03:34

SDL_SetSurfaceAlphaMod . . . 1 match
...he following formula: .`srcA = srcA * (alpha / 255)` == Related Functions == .[[SDL_GetSurfaceAlphaMod]] .[[SDL_SetSurfaceColorMod]] ---- [[CategoryAPI]], [[CategorySurface]]...

1.0k - rev: 8 (current) last modified: 2011-01-07 19:05:50

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