Wiki Page Content

Results 126 - 150 of 261 results out of about 6839 pages. (4.34 seconds)

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

1.7k - rev: 8 (current) last modified: 2017-03-11 22:54:16

SDL_LoadDollarTemplates . . . 1 match
...r of loaded templates on success or a negative error code (or 0) on failure; call [[SDL_GetError]]() for more information. == Code Examples == {{{#!highlight cpp You can add your...

1.6k - rev: 2 (current) last modified: 2016-10-21 22:11:17

SDL_LoadBMP_RW . . . 1 match
... a pointer to a new [[SDL_Surface]] structure or NULL if there was an error; call [[SDL_GetError]]() for more information. == Code Examples == {{{#!highlight cpp You can add your ...

0.9k - rev: 14 (current) last modified: 2014-03-02 13:44:25

SDL_JoystickOpen . . . 1 match
... Return Value == Returns a joystick identifier or NULL if an error occurred; call [[SDL_GetError]]() for more information. == Code Examples == {{{#!highlight cpp SDL_Joystick *joy...

1.8k - rev: 14 (current) last modified: 2015-05-31 18:48:51

SDL_JoystickNumHats . . . 1 match
...turns the number of POV hats 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: 2015-05-31 19:38:42

SDL_JoystickNumButtons . . . 1 match
...eturns the number of buttons 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: 2015-05-31 19:39:02

SDL_JoystickNumBalls . . . 1 match
...rns the number of trackballs 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: 7 (current) last modified: 2016-04-15 22:05:52

SDL_JoystickNumAxes . . . 1 match
...axis controls/number of axes on success or a negative error code on failure; call [[SDL_GetError]]() for more information. /* <<Color2(col=green,text="Is this the number of axes l...

1.0k - rev: 9 (current) last modified: 2017-03-11 22:50:34

SDL_JoystickNameForIndex . . . 1 match
...the selected joystick. If no name can be found, this function returns NULL; call [[SDL_GetError]]() for more information. == Code Examples == {{{#!highlight cpp /* Print the nam...

1.0k - rev: 4 (current) last modified: 2015-04-26 18:55:03

SDL_JoystickName . . . 1 match
...the selected joystick. If no name can be found, this function returns NULL; call [[SDL_GetError]]() for more information. == Code Examples == {{{#!highlight cpp /* Print the nam...

1.3k - rev: 9 (current) last modified: 2015-04-26 18:55:49

SDL_JoystickIsHaptic . . . 1 match
...stick is haptic, SDL_FALSE if it isn't, or a negative error code on failure; call [[SDL_GetError]]() for more information. == Code Examples == {{{#!highlight cpp You can add your ...

0.9k - rev: 6 (current) last modified: 2017-03-25 22:54:52

SDL_JoystickInstanceID . . . 1 match
...ID of the specified joystick 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: 2014-12-19 14:55:06

SDL_JoystickGetGUID . . . 1 match
...joystick. If called on an invalid index, this function returns a zero GUID; call [[SDL_GetError]]() for more information. == Code Examples == {{{#!highlight cpp You can add your...

0.8k - rev: 8 (current) last modified: 2013-10-12 18:44:18

SDL_JoystickGetDeviceGUID . . . 1 match
...joystick. If called on an invalid index, this function returns a zero GUID; call [[SDL_GetError]]() for more information. == Code Examples == {{{#!highlight cpp You can add your...

0.9k - rev: 4 (current) last modified: 2013-10-12 18:46:49

SDL_JoystickGetBall . . . 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 int delta_x, delt...

1.3k - rev: 9 (current) last modified: 2015-05-31 19:12:46

SDL_JoystickGetAxis . . . 1 match
...igned integer representing the current position of the axis or 0 on failure; call [[SDL_GetError]]() for more information. The state is a value ranging from -32768 to 32767. /* <<...

1.5k - rev: 10 (current) last modified: 2015-05-31 19:40:35

SDL_JoystickGetAttached . . . 1 match
...= Returns SDL_TRUE if the joystick has been opened, SDL_FALSE if it has not; call [[SDL_GetError]]() for more information. == Code Examples == {{{#!highlight cpp You can add your ...

0.8k - rev: 5 (current) last modified: 2014-01-11 19:52:45

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

1.4k - rev: 1 (current) last modified: 2015-11-18 21:01:55

SDL_JoystickEventState . . . 1 match
...== Returns 1 if enabled, 0 if disabled, or a negative error code on failure; call [[SDL_GetError]]() for more information. If '''state''' is SDL_QUERY then the current state is re...

1.4k - rev: 9 (current) last modified: 2015-10-29 21:39:34

SDL_JoystickCurrentPowerLevel . . . 1 match
...s or [[SDL_JoystickPowerLevel|SDL_JOYSTICK_POWER_UNKNOWN]] if it is unknown; call [[SDL_GetError]]() for more information. == Code Examples == {{{#!highlight cpp You can add your...

1.5k - rev: 1 (current) last modified: 2015-10-29 21:09:03

SDL_IsDeviceDisconnected . . . 1 match
... Value == Returns ^# if the device is disconnected, # if it is connected^ ; call [[SDL_GetError]]() for more information,,. <<Color2(col=green,text="Can't find reference for valu...

1.0k - rev: 4 (current) last modified: 2013-09-01 18:36:29

SDL_InitSubSystem . . . 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 /* Separating Joy...

1.9k - rev: 14 (current) last modified: 2015-01-02 21:29:27

SDL_HapticUpdateEffect . . . 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.3k - rev: 9 (current) last modified: 2017-03-25 22:53:21

SDL_HapticUnpause . . . 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.7k - rev: 5 (current) last modified: 2014-05-11 14:02:29

SDL_HapticStopEffect . . . 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: 6 (current) last modified: 2016-07-15 20:39:45

Previous 1 2 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