sdl.guid

SDL GUID

Members

Aliases

SDL_GUID
alias SDL_GUID = ubyte[16]

An SDL_GUID is a 128-bit identifier for an input device that identifies that device across runs of SDL programs on the same platform.

Functions

SDL_GUIDToString
void SDL_GUIDToString(SDL_GUID guid, char* pszGUID, int cbGUID)

Get an ASCII string representation for a given SDL_GUID.

SDL_StringToGUID
SDL_GUID SDL_StringToGUID(const(char)* pchGUID)

Convert a GUID string into a SDL_GUID structure.

See Also

Meta

License

Subject to the terms of the Zlib License, as written in the LICENSE file.

Authors

Luna Nielsen