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