Uses of Record Class
club.doki7.sdl3.handle.XUserHandle.Ptr
Packages that use XUserHandle.Ptr
-
Uses of XUserHandle.Ptr in club.doki7.sdl3
Methods in club.doki7.sdl3 with parameters of type XUserHandle.PtrModifier and TypeMethodDescriptionbooleanSDL3.getGDKDefaultUser(XUserHandle.Ptr outUserHandle) Gets a reference to the default user handle for GDK. -
Uses of XUserHandle.Ptr in club.doki7.sdl3.handle
Methods in club.doki7.sdl3.handle that return XUserHandle.PtrModifier and TypeMethodDescriptionstatic XUserHandle.Ptrstatic XUserHandle.Ptrstatic XUserHandle.PtrXUserHandle.Ptr.allocate(Arena arena, @Nullable XUserHandle[] values) static XUserHandle.PtrXUserHandle.Ptr.allocateV(Arena arena, @Nullable XUserHandle value0, @Nullable XUserHandle... values) XUserHandle.Ptr.offset(long offset) XUserHandle.Ptr.reinterpret(long newSize) Assume theXUserHandle.Ptris capable of holding at leastnewSizehandles, create a new viewXUserHandle.Ptrthat uses the same backing storage as thisXUserHandle.Ptr, but with the new size.XUserHandle.Ptr.slice(long end) XUserHandle.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).