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