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