Uses of Record Class
club.doki7.sdl3.datatype.SDL_Locale
Packages that use SDL_Locale
-
Uses of SDL_Locale in club.doki7.sdl3.datatype
Classes in club.doki7.sdl3.datatype that implement interfaces with type arguments of type SDL_LocaleModifier 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_LocaleModifier and TypeMethodDescriptionstatic SDL_Locale@NotNull SDL_LocaleSDL_Locale.Ptr.at(long index) Returns (a pointer to) the structure at the given index.static SDL_LocaleSDL_Locale.clone(Arena arena, SDL_Locale src) SDL_Locale.Ptr.toArray()Methods in club.doki7.sdl3.datatype that return types with arguments of type SDL_LocaleMethods in club.doki7.sdl3.datatype with parameters of type SDL_LocaleModifier and TypeMethodDescriptionstatic SDL_LocaleSDL_Locale.clone(Arena arena, SDL_Locale src) voidSDL_Locale.Ptr.write(long index, @NotNull SDL_Locale value)