Wiki Page Content

Results 226 - 250 of 261 results out of about 6839 pages. (4.08 seconds)

SDL_GL_BindTexture . . . 1 match
...turn Value == Returns 0 on success, or -1 if the operation is not supported; call [[SDL_GetError]]() for more information. == Code Examples == The following are three examples ext...

10.0k - rev: 17 (current) last modified: 2016-04-15 22:00:47

SDL_FillRects . . . 1 match
...== Return Value == Returns 0 on success or a negative error code on failure; call [[SDL_GetError]]() for more information. == Code Examples == {{{#!highlight cpp You can add your ...

1.4k - rev: 11 (current) last modified: 2011-03-12 19:48:37

SDL_FillRect . . . 1 match
...== Return Value == Returns 0 on success or a negative error code on failure; call [[SDL_GetError]]() for more information. == Code Examples == {{{#!highlight cpp /* Declaring the ...

1.5k - rev: 16 (current) last modified: 2014-07-04 11:27:03

SDL_Direct3D9GetAdapterIndex . . . 1 match
...urns the !D3D9 adapter index on success or a negative error code on failure; call [[SDL_GetError]]() for more information. == Code Examples == {{{#!highlight cpp You can add your...

1.3k - rev: 1 (current) last modified: 2015-01-09 22:44:18

SDL_DestroyWindow . . . 1 match
...l return immediately after setting the SDL error message to "Invalid window". See [[SDL_GetError]](). == Related Functions == .[[SDL_CreateWindow]] .[[SDL_CreateWindowFrom]] --...

0.6k - rev: 10 (current) last modified: 2015-08-21 21:08:43

SDL_DequeueAudio . . . 1 match
...lue == Returns number of bytes dequeued, which could be less than requested; call [[SDL_GetError]]() for more information. == Code Examples == {{{#!highlight cpp You can add your...

3.1k - rev: 3 (current) last modified: 2016-09-29 21:29:28

SDL_DXGIGetOutputInfo . . . 1 match
...|| == Return Value == Returns SDL_TRUE on success or SDL_FALSE on failure; call [[SDL_GetError]]() for more information. == Code Examples == {{{#!highlight cpp You can add your...

1.6k - rev: 2 (current) last modified: 2015-07-18 19:21:26

SDL_CreateWindowFrom . . . 1 match
... == Return Value == Returns the window that was created or NULL on failure; call [[SDL_GetError]]() for more information. == Code Examples == {{{#!highlight cpp You can add your ...

0.9k - rev: 13 (current) last modified: 2015-05-08 19:40:51

SDL_CreateSystemCursor . . . 1 match
...tails|| == Return Value == Returns a cursor on success or NULL on failure; call [[SDL_GetError]]() for more information. == Code Examples == {{{#!highlight cpp SDL_Cursor* curs...

1.7k - rev: 4 (current) last modified: 2016-04-15 21:50:30

SDL_CreateSemaphore . . . 1 match
... semaphore|| == Return Value == Returns a new semaphore or NULL on failure; call [[SDL_GetError]]() for more information. == Code Examples == ## Begin Semaphore Example Typical u...

1.5k - rev: 9 (current) last modified: 2013-08-12 05:40:21

SDL_CreateRenderer . . . 1 match
...rn Value == Returns a valid rendering context or NULL if there was an error; call [[SDL_GetError]]() for more information. == Code Examples == {{{#!highlight cpp #include "SDL.h" ...

2.2k - rev: 33 (current) last modified: 2014-11-11 02:06:24

SDL_CreateMutex . . . 1 match
...turn Value == Returns the initialized and unlocked mutex or NULL on failure; call [[SDL_GetError]]() for more information. == Code Examples == ## Begin Mutex Example {{{#!highligh...

1.0k - rev: 14 (current) last modified: 2015-08-21 21:22:59

SDL_CreateCursor . . . 1 match
...ns a new cursor with the specified parameters on success or NULL on failure; call [[SDL_GetError]]() for more information. == Code Examples == {{{#!highlight cpp /* Stolen from t...

4.9k - rev: 19 (current) last modified: 2017-07-14 21:57:48

SDL_CreateCond . . . 1 match
...}}} == Return Value == Returns a new condition variable or NULL on failure; call [[SDL_GetError]]() for more information. == Code Examples == ## Begin Condition Variable Example ...

1.1k - rev: 10 (current) last modified: 2014-01-11 13:50:10

SDL_ConvertSurfaceFormat . . . 1 match
... set to 0|| == Return Value == Returns the new surface, or NULL on failure; call [[SDL_GetError]]() for more information. == Code Examples == {{{#!highlight cpp You can add your ...

1.1k - rev: 2 (current) last modified: 2013-08-08 21:02:27

SDL_ConvertSurface . . . 1 match
...turns the new [[SDL_Surface]] structure that is created or NULL if it fails; call [[SDL_GetError]]() for more information. == Code Examples == {{{#!highlight cpp // SDL_Surface *...

1.5k - rev: 18 (current) last modified: 2020-03-10 19:12:34

SDL_ConvertPixels . . . 1 match
...== Return Value == Returns 0 on success or a negative error code on failure; call [[SDL_GetError]]() for more information. == Code Examples == {{{#!highlight cpp You can add your ...

1.5k - rev: 6 (current) last modified: 2011-01-05 18:25:50

SDL_ConvertAudio . . . 1 match
...e conversion was completed successfully or a negative error code on failure; call [[SDL_GetError]]() for more information. == Code Examples == {{{#!highlight cpp // Change 1024 st...

2.6k - rev: 24 (current) last modified: 2014-01-19 12:33:59

SDL_CondWaitTimeout . . . 1 match
...n is not signaled in the allotted time, or a negative error code on failure; call [[SDL_GetError]]() for more information. == Code Examples == {{{#!highlight cpp SDL_bool conditio...

2.0k - rev: 10 (current) last modified: 2015-04-26 19:06:12

SDL_CondWait . . . 1 match
... Value == Returns 0 when it is signaled or a negative error code on failure; call [[SDL_GetError]]() for more information. == Code Examples == <<Include(SDL_CreateCond, , , from="...

1.3k - rev: 13 (current) last modified: 2015-04-26 19:04:51

SDL_CondSignal . . . 1 match
...== Return Value == Returns 0 on success or a negative error code on failure; call [[SDL_GetError]]() for more information. == Code Examples == <<Include(SDL_CreateCond, , , from="...

0.8k - rev: 9 (current) last modified: 2015-04-26 19:03:17

SDL_CondBroadcast . . . 1 match
...== Return Value == Returns 0 on success or a negative error code on failure; call [[SDL_GetError]]() for more information. == Code Examples == {{{#!highlight cpp SDL_bool conditio...

1.3k - rev: 10 (current) last modified: 2015-04-26 19:03:53

SDL_CaptureMouse . . . 1 match
...apturing|| == Return Value == Returns 0 on success or -1 if not supported; call [[SDL_GetError]]() for more information. == Code Examples == {{{#!highlight cpp You can add your...

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

SDL_BuildAudioCVT . . . 1 match
...prepared, 0 if no conversion is needed, or a negative error code on failure; call [[SDL_GetError]]() for more information. == Code Examples == {{{#!highlight cpp // Change 1024 st...

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

SDL_BlitSurface . . . 1 match
... == Returns 0 if the blit is successful or a negative error code on failure; call [[SDL_GetError]]() for more information. == Code Examples == {{{#!highlight cpp SDL_BlitSurface(...

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

Previous 5 6 7 8 9 10 11 Next
(Page Info.)
Feedback
Please include your contact information if you'd like to receive a reply.
Submit