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