Wiki Page Content

Results 526 - 550 of 563 results out of about 6839 pages. (5.56 seconds)

SDL_CloseAudio . . . 1 match
...AudioDevice(1); }}} and is only useful if you used the legacy [[SDL_OpenAudio]]() function. == Related Functions == . [[SDL_OpenAudio]] ---- [[CategoryAPI]], [[CategoryAudio]]...

0.8k - rev: 7 (current) last modified: 2013-08-07 23:10:11

SDL_ClearQueuedAudio . . . 1 match
...SDL_GetQueuedAudioSize]] .[[SDL_QueueAudio]] ##Remove this section if empty ---- [[CategoryAPI]], [[CategoryAudio]] ##See the Style Guide for instructions on editing the footer....

2.0k - rev: 1 (current) last modified: 2014-07-28 17:50:37

SDL_ClearHints . . . 1 match
...s == {{{#!highlight cpp You can add your code example here }}} == Remarks == This function is automatically called during [[SDL_Quit]](). ---- [[CategoryAPI]], [[CategoryHints]]...

0.4k - rev: 2 (current) last modified: 2011-03-23 17:06:19

SDL_ClearError . . . 1 match
...SDL_ClearError(); } }}} == Remarks == ''You can add useful comments here'' == Related Functions == .[[SDL_GetError]] .[[SDL_SetError]] ---- [[CategoryAPI]], [[CategoryError]]...

0.5k - rev: 12 (current) last modified: 2016-05-11 20:30:45

SDL_CaptureMouse . . . 1 match
...ed Functions == .[[SDL_GetGlobalMouseState]] ##Remove this section if empty ---- [[CategoryAPI]], [[CategoryMouse]] ##See the Style Guide for instructions on editing the footer....

2.3k - rev: 1 (current) last modified: 2014-07-17 19:37:19

SDL_CalculateGammaRamp . . . 1 match
... add your code example here }}} == Remarks == ''You can add useful comments here'' == Related Functions == .[[SDL_SetWindowGammaRamp]] ---- [[CategoryAPI]], [[CategoryPixels]]...

0.7k - rev: 2 (current) last modified: 2011-03-22 17:36:04

SDL_COMPILEDVERSION . . . 1 match
...pp You can add your code example here }}} == Remarks == ''You can add useful comments here'' == Related Macros == .[[SDL_VERSIONNUM]] ---- [[CategoryAPI]], [[CategoryVersion]]...

0.4k - rev: 5 (current) last modified: 2010-08-29 19:51:23

SDL_BuildAudioCVT . . . 1 match
...it needs to allocate, and then can call [[SDL_ConvertAudio]]() to complete the conversion. == Related Functions == .[[SDL_ConvertAudio]] ---- [[CategoryAPI]], [[CategoryAudio]]...

2.5k - rev: 31 (current) last modified: 2015-01-02 21:18:10

SDL_BlitSurface . . . 1 match
...ORKEY set, only copy the pixels matching the source color key. == Related Functions == .[[SDL_BlitScaled]] .[[SDL_LowerBlit]] ---- [[CategoryAPI]], [[CategorySurface]]...

3.5k - rev: 19 (current) last modified: 2014-03-30 21:07:59

SDL_BlitScaled . . . 1 match
...ion. This function calls [[SDL_LowerBlitScaled]]() internally. == Related Functions == .[[SDL_BlitSurface]] .[[SDL_LowerBlitScaled]] ---- [[CategoryAPI]], [[CategorySurface]]...

1.2k - rev: 4 (current) last modified: 2013-12-07 13:30:49

SDL_AudioQuit . . . 1 match
...o driver you want to use. You should normally use [[SDL_Quit]]() or [[SDL_QuitSubSystem]](). == Related Functions == .[[SDL_AudioInit]] ---- [[CategoryAPI]], [[CategoryAudio]]...

0.8k - rev: 13 (current) last modified: 2013-11-02 13:01:22

SDL_AudioInit . . . 1 match
...o driver you want to use. You should normally use [[SDL_Init]]() or [[SDL_InitSubSystem]](). == Related Functions == .[[SDL_AudioQuit]] ---- [[CategoryAPI]], [[CategoryAudio]]...

1.0k - rev: 16 (current) last modified: 2013-11-02 12:59:01

SDL_AtomicUnlock . . . 1 match
...diately. == Version == This function is available since SDL 2.0.0. == Related Functions == .[[SDL_AtomicLock]] .[[SDL_AtomicTryLock]] ---- [[CategoryAPI]], [[CategoryAtomic]]...

0.6k - rev: 7 (current) last modified: 2016-05-11 20:52:12

SDL_AtomicTryLock . . . 1 match
...ryAtomic, , , from="Start Include here.", to="##End Include here")>> == Related Functions == .[[SDL_AtomicLock]] .[[SDL_AtomicUnlock]] ---- [[CategoryAPI]], [[CategoryAtomic]]...

0.7k - rev: 4 (current) last modified: 2011-02-02 18:20:09

SDL_AtomicSetPtr . . . 1 match
...ample here }}} == Remarks == ''You can add useful comments here'' == Related Functions == .[[SDL_AtomicCASPtr]] .[[SDL_AtomicGetPtr]] ---- [[CategoryAPI]], [[CategoryAtomic]]...

0.7k - rev: 3 (current) last modified: 2011-02-02 18:27:08

SDL_AtomicSet . . . 1 match
... your code example here }}} == Remarks == This function also acts as a full memory barrier. == Related Functions == .[[SDL_AtomicGet]] ---- [[CategoryAPI]], [[CategoryAtomic]]...

0.7k - rev: 7 (current) last modified: 2015-04-26 18:47:11

SDL_AtomicLock . . . 1 match
...tomic, , , from="Start Include here.", to="##End Include here")>> == Related Functions == .[[SDL_AtomicTryLock]] .[[SDL_AtomicUnlock]] ---- [[CategoryAPI]], [[CategoryAtomic]]...

0.6k - rev: 10 (current) last modified: 2011-02-02 18:18:28

SDL_AtomicIncRef . . . 1 match
... example here }}} == Remarks == ''You can add useful comments here'' == Related Functions == .[[SDL_AtomicAdd]] .[[SDL_AtomicDecRef]] ---- [[CategoryAPI]], [[CategoryAtomic]]...

0.6k - rev: 2 (current) last modified: 2011-02-02 17:58:27

SDL_AtomicGetPtr . . . 1 match
...ample here }}} == Remarks == ''You can add useful comments here'' == Related Functions == .[[SDL_AtomicCASPtr]] .[[SDL_AtomicSetPtr]] ---- [[CategoryAPI]], [[CategoryAtomic]]...

0.6k - rev: 4 (current) last modified: 2011-02-02 17:47:30

SDL_AtomicGet . . . 1 match
...p You can add your code example here }}} == Remarks == ''You can add useful comments here'' == Related Functions == .[[SDL_AtomicSet]] ---- [[CategoryAPI]], [[CategoryAtomic]]...

0.6k - rev: 4 (current) last modified: 2011-02-02 17:54:13

SDL_AtomicDecRef . . . 1 match
... example here }}} == Remarks == ''You can add useful comments here'' == Related Functions == .[[SDL_AtomicAdd]] .[[SDL_AtomicIncRef]] ---- [[CategoryAPI]], [[CategoryAtomic]]...

0.7k - rev: 3 (current) last modified: 2011-02-02 17:40:55

SDL_AtomicCASPtr . . . 1 match
...== This function is available since SDL 2.0.0. == Related Functions == .[[SDL_AtomicCAS]] .[[SDL_AtomicGetPtr]] .[[SDL_AtomicSetPtr]] ---- [[CategoryAPI]], [[CategoryAtomic]]...

0.9k - rev: 6 (current) last modified: 2016-05-11 20:48:05

SDL_AtomicCAS . . . 1 match
...on == This function is available since SDL 2.0.0. == Related Functions == .[[SDL_AtomicCASPtr]] .[[SDL_AtomicGet]] .[[SDL_AtomicSet]] ---- [[CategoryAPI]], [[CategoryAtomic]]...

0.9k - rev: 9 (current) last modified: 2016-05-11 20:50:02

SDL_AtomicAdd . . . 1 match
...} == Remarks == This function also acts as a full memory barrier. == Related Functions == .[[SDL_AtomicDecRef]] .[[SDL_AtomicIncRef]] ---- [[CategoryAPI]], [[CategoryAtomic]]...

0.7k - rev: 5 (current) last modified: 2015-03-21 20:43:15

SDL_AndroidGetJNIEnv . . . 1 match
... the headers of the SDL. == Version == This function is available since SDL 2.0.0. == Related Functions == .[[SDL_AndroidGetActivity]] ---- [[CategoryAPI]], [[CategorySystem]]...

2.1k - rev: 12 (current) last modified: 2016-11-20 22:03:47

Previous 17 18 19 20 21 22 23 Next
(Page Info.)
Feedback
Please include your contact information if you'd like to receive a reply.
Submit