Uses of Record Class
club.doki7.sdl3.handle.SDL_Sensor.Ptr
Packages that use SDL_Sensor.Ptr
-
Uses of SDL_Sensor.Ptr in club.doki7.sdl3.handle
Methods in club.doki7.sdl3.handle that return SDL_Sensor.PtrModifier and TypeMethodDescriptionstatic SDL_Sensor.Ptrstatic SDL_Sensor.Ptrstatic SDL_Sensor.PtrSDL_Sensor.Ptr.allocate(Arena arena, @Nullable SDL_Sensor[] values) static SDL_Sensor.PtrSDL_Sensor.Ptr.allocateV(Arena arena, @Nullable SDL_Sensor value0, @Nullable SDL_Sensor... values) SDL_Sensor.Ptr.offset(long offset) SDL_Sensor.Ptr.reinterpret(long newSize) Assume theSDL_Sensor.Ptris capable of holding at leastnewSizehandles, create a new viewSDL_Sensor.Ptrthat uses the same backing storage as thisSDL_Sensor.Ptr, but with the new size.SDL_Sensor.Ptr.slice(long end) SDL_Sensor.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).