Uses of Record Class
club.doki7.sdl3.handle.SDL_Tray.Ptr
Packages that use SDL_Tray.Ptr
-
Uses of SDL_Tray.Ptr in club.doki7.sdl3.handle
Methods in club.doki7.sdl3.handle that return SDL_Tray.PtrModifier and TypeMethodDescriptionstatic SDL_Tray.Ptrstatic SDL_Tray.Ptrstatic SDL_Tray.Ptrstatic SDL_Tray.PtrSDL_Tray.Ptr.offset(long offset) SDL_Tray.Ptr.reinterpret(long newSize) Assume theSDL_Tray.Ptris capable of holding at leastnewSizehandles, create a new viewSDL_Tray.Ptrthat uses the same backing storage as thisSDL_Tray.Ptr, but with the new size.SDL_Tray.Ptr.slice(long end) SDL_Tray.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).