Uses of Record Class
club.doki7.glfw.datatype.GLFWvidmode.Ptr
Packages that use GLFWvidmode.Ptr
-
Uses of GLFWvidmode.Ptr in club.doki7.glfw.datatype
Methods in club.doki7.glfw.datatype that return GLFWvidmode.PtrModifier and TypeMethodDescriptionstatic GLFWvidmode.Ptr
@NotNull GLFWvidmode.Ptr
GLFWvidmode.Ptr.offset
(long offset) @NotNull GLFWvidmode.Ptr
GLFWvidmode.Ptr.reinterpret
(long newSize) Assume theGLFWvidmode.Ptr
is capable of holding at leastnewSize
structures, create a new viewGLFWvidmode.Ptr
that uses the same backing storage as thisGLFWvidmode.Ptr
, but with the new size.GLFWvidmode.Ptr.slice
(long end) @NotNull GLFWvidmode.Ptr
GLFWvidmode.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).