Uses of Record Class
club.doki7.sdl3.datatype.SDL_FRect.Ptr
Packages that use SDL_FRect.Ptr
-
Uses of SDL_FRect.Ptr in club.doki7.sdl3.datatype
Methods in club.doki7.sdl3.datatype that return SDL_FRect.PtrModifier and TypeMethodDescriptionstatic SDL_FRect.Ptr
@NotNull SDL_FRect.Ptr
SDL_FRect.Ptr.offset
(long offset) @NotNull SDL_FRect.Ptr
SDL_FRect.Ptr.reinterpret
(long newSize) Assume theSDL_FRect.Ptr
is capable of holding at leastnewSize
structures, create a new viewSDL_FRect.Ptr
that uses the same backing storage as thisSDL_FRect.Ptr
, but with the new size.SDL_FRect.Ptr.slice
(long end) @NotNull SDL_FRect.Ptr
SDL_FRect.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).