Module guid
Available on crate feature
dep_sdl3
only.Expand description
A GUID is a 128-bit value that represents something that is uniquely identifiable by this value: “globally unique.”
SDL provides functions to convert a GUID to/from a string.
Structs§
- SDL_
GUID - 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_
GUID ⚠ToString - Get an ASCII string representation for a given
SDL_GUID
. - SDL_
String ⚠ToGUID - Convert a GUID string into a
SDL_GUID
structure.