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