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.Ptr
static GLFWmonitor.Ptr
static GLFWmonitor.Ptr
GLFWmonitor.Ptr.allocate
(Arena arena, @Nullable GLFWmonitor @NotNull [] values) static GLFWmonitor.Ptr
GLFWmonitor.Ptr.allocate
(Arena arena, @NotNull Collection<@Nullable GLFWmonitor> values) static GLFWmonitor.Ptr
GLFWmonitor.Ptr.allocateV
(Arena arena, @Nullable GLFWmonitor value0, @Nullable GLFWmonitor... values) GLFWmonitor.Ptr.offset
(long offset) GLFWmonitor.Ptr.reinterpret
(long newSize) Assume theGLFWmonitor.Ptr
is capable of holding at leastnewSize
handles, create a new viewGLFWmonitor.Ptr
that 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).