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