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