Uses of Record Class
club.doki7.sdl3.datatype.SDL_GUID
Packages that use SDL_GUID
-
Uses of SDL_GUID in club.doki7.sdl3
Methods in club.doki7.sdl3 that return SDL_GUIDModifier and TypeMethodDescriptionSDL3.getGamepadGUIDForID(int instance_id) Get the implementation-dependent GUID of a gamepad.SDL3.getJoystickGUID(@Nullable SDL_Joystick joystick) Get the implementation-dependent GUID for the joystick.SDL3.getJoystickGUIDForID(int instance_id) Get the implementation-dependent GUID of a joystick.SDL3.stringToGUID(@Nullable BytePtr pchGUID) Convert a GUID string into a SDL_GUID structure.Methods in club.doki7.sdl3 with parameters of type SDL_GUIDModifier and TypeMethodDescriptionSDL3.getGamepadMappingForGUID(SDL_GUID guid) Get the gamepad mapping string for a given GUID.voidSDL3.getJoystickGUIDInfo(SDL_GUID guid, @Nullable ShortPtr vendor, @Nullable ShortPtr product, @Nullable ShortPtr version, @Nullable ShortPtr crc16) Get the device information encoded in a SDL_GUID structure.voidSDL3.GUIDToString(SDL_GUID guid, @Nullable BytePtr pszGUID, int cbGUID) Get an ASCII string representation for a given SDL_GUID. -
Uses of SDL_GUID in club.doki7.sdl3.datatype
Classes in club.doki7.sdl3.datatype that implement interfaces with type arguments of type SDL_GUIDModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array of null structure(s) in native memory.Methods in club.doki7.sdl3.datatype that return SDL_GUIDModifier and TypeMethodDescriptionstatic SDL_GUID@NotNull SDL_GUIDSDL_GUID.Ptr.at(long index) Returns (a pointer to) the structure at the given index.static SDL_GUIDSDL_GUID[]SDL_GUID.Ptr.toArray()Methods in club.doki7.sdl3.datatype that return types with arguments of type SDL_GUIDMethods in club.doki7.sdl3.datatype with parameters of type SDL_GUID