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