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