|
Size: 942
Comment: Proofread to see if you have any any extra words…
|
Size: 975
Comment: Add SDL_JoystickGetGUIDString as a related function (decided against including its inverse for now)
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 40: | Line 40: |
| .[[SDL_JoystickGetGUIDString]] |
DRAFT |
SDL_JoystickGetGUID
Use this function to get the implementation-dependent GUID for the joystick.
Contents
Syntax
value 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.
