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 record
Represents 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_Locale
SDL_Locale.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.static SDL_Locale
SDL_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_Locale
SDL_Locale.clone
(Arena arena, SDL_Locale src) void
SDL_Locale.Ptr.write
(long index, @NotNull SDL_Locale value)