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