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