|
Size: 1088
Comment: Added return type to signature, see SGFunctions page.
|
← Revision 4 as of 2013-10-12 18:46:49 ⇥
Size: 982
Comment: Removed search confusing line.
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 4: | Line 4: |
##*^*^*^*^*See http://wiki.libsdl.org/moin.cgi/SGFunctions for details on editing this page*^*^*^*^* |
DRAFT |
SDL_JoystickGetDeviceGUID
Use this function to get the implementation-dependent GUID for the joystick at a given device index.
Contents
Syntax
SDL_JoystickGUID SDL_JoystickGetDeviceGUID(int device_index)
Function Parameters
device_index |
the index of the joystick to query (the N'th joystick on the system |
Return Value
Returns the GUID of the selected joystick. If called on an invalid index, this function returns a zero GUID; call SDL_GetError() for more information.
Code Examples
You can add your code example here
Remarks
This function can be called before any joysticks are opened.
