Wiki Page Content

Differences between revisions 4 and 5
Revision 4 as of 2013-10-15 21:04:56
Size: 1430
Comment: I'm blind(er) today…
Revision 5 as of 2013-10-17 20:50:52
Size: 1430
Comment: Changed descriptions to lowercase.
Deletions are marked like this. Additions are marked like this.
Line 24: Line 24:
||'''guid'''||The SDL_JoystickGUID you wish to convert to string|| ||'''guid'''||the SDL_JoystickGUID you wish to convert to string||
Line 26: Line 26:
||'''cbGUID'''||The size of pszGUID|| ||'''cbGUID'''||the size of pszGUID||

DRAFT

SDL_JoystickGetGUIDString

Use this function to get an ASCII string representation for a given SDL_JoystickGUID.

Syntax

void SDL_JoystickGetGUIDString(SDL_JoystickGUID guid,
                               char*            pszGUID,
                               int              cbGUID)

Function Parameters

guid

the SDL_JoystickGUID you wish to convert to string

pszGUID

buffer in which to write the ASCII string

cbGUID

the size of pszGUID

Code Examples

You can add your code example here

Remarks

You should supply at least 33 bytes for pszGUID.


CategoryAPI, CategoryJoystick

None: SDL_JoystickGetGUIDString (last edited 2015-04-26 18:56:31 by PhilippWiesemann)

(Page Info.)
Feedback
Please include your contact information if you'd like to receive a reply.
Submit