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