Uses of Record Class
club.doki7.sdl3.handle.SDL_Camera.Ptr
Packages that use SDL_Camera.Ptr
-
Uses of SDL_Camera.Ptr in club.doki7.sdl3.handle
Methods in club.doki7.sdl3.handle that return SDL_Camera.PtrModifier and TypeMethodDescriptionstatic SDL_Camera.Ptrstatic SDL_Camera.Ptrstatic SDL_Camera.PtrSDL_Camera.Ptr.allocate(Arena arena, @Nullable SDL_Camera[] values) static SDL_Camera.PtrSDL_Camera.Ptr.allocateV(Arena arena, @Nullable SDL_Camera value0, @Nullable SDL_Camera... values) SDL_Camera.Ptr.offset(long offset) SDL_Camera.Ptr.reinterpret(long newSize) Assume theSDL_Camera.Ptris capable of holding at leastnewSizehandles, create a new viewSDL_Camera.Ptrthat uses the same backing storage as thisSDL_Camera.Ptr, but with the new size.SDL_Camera.Ptr.slice(long end) SDL_Camera.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).