Uses of Record Class
club.doki7.sdl3.handle.SDL_TrayEntry.Ptr
Packages that use SDL_TrayEntry.Ptr
-
Uses of SDL_TrayEntry.Ptr in club.doki7.sdl3
Methods in club.doki7.sdl3 that return SDL_TrayEntry.PtrModifier and TypeMethodDescriptionSDL3.getTrayEntries
(@Nullable SDL_TrayMenu menu, @Nullable IntPtr count) Returns a list of entries in the menu, in order. -
Uses of SDL_TrayEntry.Ptr in club.doki7.sdl3.handle
Methods in club.doki7.sdl3.handle that return SDL_TrayEntry.PtrModifier and TypeMethodDescriptionstatic SDL_TrayEntry.Ptr
static SDL_TrayEntry.Ptr
static SDL_TrayEntry.Ptr
SDL_TrayEntry.Ptr.allocate
(Arena arena, @Nullable SDL_TrayEntry[] values) static SDL_TrayEntry.Ptr
SDL_TrayEntry.Ptr.allocateV
(Arena arena, @Nullable SDL_TrayEntry value0, @Nullable SDL_TrayEntry... values) SDL_TrayEntry.Ptr.offset
(long offset) SDL_TrayEntry.Ptr.reinterpret
(long newSize) Assume theSDL_TrayEntry.Ptr
is capable of holding at leastnewSize
handles, create a new viewSDL_TrayEntry.Ptr
that uses the same backing storage as thisSDL_TrayEntry.Ptr
, but with the new size.SDL_TrayEntry.Ptr.slice
(long end) SDL_TrayEntry.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).