Uses of Record Class
club.doki7.sdl3.datatype.SDL_InitState.Ptr
Packages that use SDL_InitState.Ptr
-
Uses of SDL_InitState.Ptr in club.doki7.sdl3.datatype
Methods in club.doki7.sdl3.datatype that return SDL_InitState.PtrModifier and TypeMethodDescriptionstatic SDL_InitState.Ptr@NotNull SDL_InitState.PtrSDL_InitState.Ptr.offset(long offset) @NotNull SDL_InitState.PtrSDL_InitState.Ptr.reinterpret(long newSize) Assume theSDL_InitState.Ptris capable of holding at leastnewSizestructures, create a new viewSDL_InitState.Ptrthat uses the same backing storage as thisSDL_InitState.Ptr, but with the new size.SDL_InitState.Ptr.slice(long end) @NotNull SDL_InitState.PtrSDL_InitState.Ptr.slice(long start, long end) Note that this function uses theList.subList(int, int)semantics (left inclusive, right exclusive interval), notMemorySegment.asSlice(long, long)semantics (offset + newSize).