Uses of Record Class
club.doki7.sdl3.handle.SDL_Mutex.Ptr
Packages that use SDL_Mutex.Ptr
-
Uses of SDL_Mutex.Ptr in club.doki7.sdl3.handle
Methods in club.doki7.sdl3.handle that return SDL_Mutex.PtrModifier and TypeMethodDescriptionstatic SDL_Mutex.Ptrstatic SDL_Mutex.Ptrstatic SDL_Mutex.Ptrstatic SDL_Mutex.PtrSDL_Mutex.Ptr.offset(long offset) SDL_Mutex.Ptr.reinterpret(long newSize) Assume theSDL_Mutex.Ptris capable of holding at leastnewSizehandles, create a new viewSDL_Mutex.Ptrthat uses the same backing storage as thisSDL_Mutex.Ptr, but with the new size.SDL_Mutex.Ptr.slice(long end) SDL_Mutex.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).