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