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