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