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