Wiki Page Content

Results 176 - 200 of 261 results out of about 6839 pages. (4.24 seconds)

SDL_GetWindowID . . . 1 match
... == Return Value == Returns the ID of the window on success or 0 on failure; call [[SDL_GetError]]() for more information. == Code Examples == {{{#!highlight cpp You can add your ...

0.7k - rev: 8 (current) last modified: 2017-07-14 21:56:25

SDL_GetWindowGammaRamp . . . 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: 5 (current) last modified: 2014-06-28 22:10:34

SDL_GetWindowFromID . . . 1 match
... == Returns the window associated with '''id''' or NULL if it doesn't exist; call [[SDL_GetError]]() for more information. == Code Examples == {{{#!highlight cpp You can add your...

0.6k - rev: 5 (current) last modified: 2011-11-29 19:36:13

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

0.9k - rev: 8 (current) last modified: 2010-10-16 05:17:21

SDL_GetWindowDisplayIndex . . . 1 match
...ing the center of the window on success or a negative error code on failure; call [[SDL_GetError]]() for more information. == Code Examples == {{{#!highlight cpp You can add your ...

0.8k - rev: 5 (current) last modified: 2013-08-19 01:16:36

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

2.3k - rev: 2 (current) last modified: 2016-09-29 22:55:21

SDL_GetTouchDevice . . . 1 match
...s the touch ID with the given index on success or 0 if the index is invalid; call [[SDL_GetError]]() for more information. == Code Examples == {{{#!highlight cpp You can add your...

1.4k - rev: 1 (current) last modified: 2013-11-02 12:35:14

SDL_GetTextureColorMod . . . 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.0k - rev: 8 (current) last modified: 2011-02-15 19:23:53

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

0.9k - rev: 10 (current) last modified: 2011-02-15 19:25:53

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

0.8k - rev: 8 (current) last modified: 2011-02-15 19:26:32

SDL_GetSurfaceColorMod . . . 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.0k - rev: 5 (current) last modified: 2011-01-07 18:59:16

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

0.9k - rev: 9 (current) last modified: 2011-01-04 00:34:29

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

0.8k - rev: 6 (current) last modified: 2011-01-07 18:38:14

SDL_GetScancodeFromName . . . 1 match
...the [[SDL_Scancode]], or SDL_SCANCODE_UNKNOWN if the name wasn't recognized; call [[SDL_GetError]]() for more information. == Code Examples == {{{#!highlight cpp You can add your ...

0.9k - rev: 8 (current) last modified: 2016-10-20 20:57:25

SDL_GetRendererOutputSize . . . 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.6k - rev: 2 (current) last modified: 2016-01-01 18:15:53

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

0.8k - rev: 8 (current) last modified: 2013-08-11 12:21:55

SDL_GetRenderer . . . 1 match
...Return Value == Returns the rendering context on success or NULL on failure; call [[SDL_GetError]]() for more information. == Code Examples == {{{#!highlight cpp You can add your ...

0.6k - rev: 4 (current) last modified: 2011-05-17 18:04:25

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

0.9k - rev: 7 (current) last modified: 2011-03-04 23:48:17

SDL_GetRenderDrawColor . . . 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.2k - rev: 10 (current) last modified: 2011-11-04 05:00:15

SDL_GetRenderDrawBlendMode . . . 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.0k - rev: 8 (current) last modified: 2011-02-16 23:07:34

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

0.6k - rev: 4 (current) last modified: 2010-08-29 20:48:32

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

0.6k - rev: 10 (current) last modified: 2016-05-14 22:07:31

SDL_GetNumTouchFingers . . . 1 match
...umber of active fingers for a given touch device on success or 0 on failure; call [[SDL_GetError]]() for more information. == Code Examples == {{{#!highlight cpp You can add your...

1.5k - rev: 1 (current) last modified: 2013-11-02 12:25:42

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

0.9k - rev: 9 (current) last modified: 2017-01-14 22:52:24

SDL_GetNumInputDevices . . . 1 match
...== Return Value == Returns 0 on success or a negative error code on failure; call [[SDL_GetError]]() for more information. ??? <<Color2(col=green,text="Source?")>> == Code Exampl...

1.2k - rev: 4 (current) last modified: 2013-09-01 19:00:06

Previous 3 4 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