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.Ptr
static SDL_hid_device.Ptr
static SDL_hid_device.Ptr
SDL_hid_device.Ptr.allocate
(Arena arena, @Nullable SDL_hid_device[] values) static SDL_hid_device.Ptr
SDL_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.Ptr
is capable of holding at leastnewSize
handles, create a new viewSDL_hid_device.Ptr
that 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).