Uses of Record Class
club.doki7.sdl3.handle.SDL_AsyncIO.Ptr
Packages that use SDL_AsyncIO.Ptr
-
Uses of SDL_AsyncIO.Ptr in club.doki7.sdl3.handle
Methods in club.doki7.sdl3.handle that return SDL_AsyncIO.PtrModifier and TypeMethodDescriptionstatic SDL_AsyncIO.Ptr
static SDL_AsyncIO.Ptr
static SDL_AsyncIO.Ptr
SDL_AsyncIO.Ptr.allocate
(Arena arena, @Nullable SDL_AsyncIO[] values) static SDL_AsyncIO.Ptr
SDL_AsyncIO.Ptr.allocateV
(Arena arena, @Nullable SDL_AsyncIO value0, @Nullable SDL_AsyncIO... values) SDL_AsyncIO.Ptr.offset
(long offset) SDL_AsyncIO.Ptr.reinterpret
(long newSize) Assume theSDL_AsyncIO.Ptr
is capable of holding at leastnewSize
handles, create a new viewSDL_AsyncIO.Ptr
that uses the same backing storage as thisSDL_AsyncIO.Ptr
, but with the new size.SDL_AsyncIO.Ptr.slice
(long end) SDL_AsyncIO.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).