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