|
Size: 986
Comment: Removed second category line.
|
← Revision 8 as of 2013-10-12 18:44:18 ⇥
Size: 880
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_JoystickGetGUID
Use this function to get the implementation-dependent GUID for the joystick.
Contents
Syntax
SDL_JoystickGUID SDL_JoystickGetGUID(SDL_Joystick* joystick)
Function Parameters
joystick |
an open joystick |
Return Value
Returns the GUID of the given 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 requires an open joystick.
