Uses of Record Class
club.doki7.sdl3.datatype.SDL_HapticEffect.Ptr
Packages that use SDL_HapticEffect.Ptr
-
Uses of SDL_HapticEffect.Ptr in club.doki7.sdl3.datatype
Methods in club.doki7.sdl3.datatype that return SDL_HapticEffect.PtrModifier and TypeMethodDescriptionstatic SDL_HapticEffect.Ptr@NotNull SDL_HapticEffect.PtrSDL_HapticEffect.Ptr.offset(long offset) @NotNull SDL_HapticEffect.PtrSDL_HapticEffect.Ptr.reinterpret(long newSize) Assume theSDL_HapticEffect.Ptris capable of holding at leastnewSizestructures, create a new viewSDL_HapticEffect.Ptrthat uses the same backing storage as thisSDL_HapticEffect.Ptr, but with the new size.SDL_HapticEffect.Ptr.slice(long end) @NotNull SDL_HapticEffect.PtrSDL_HapticEffect.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).