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.PtrGLFWgamepadstate.Ptr.at(long index, @NotNull Consumer<@NotNull GLFWgamepadstate> consumer) @NotNull GLFWgamepadstate.PtrGLFWgamepadstate.Ptr.offset(long offset) @NotNull GLFWgamepadstate.PtrGLFWgamepadstate.Ptr.reinterpret(long newSize) Assume theGLFWgamepadstate.Ptris capable of holding at leastnewSizestructures, create a new viewGLFWgamepadstate.Ptrthat uses the same backing storage as thisGLFWgamepadstate.Ptr, but with the new size.GLFWgamepadstate.Ptr.slice(long end) @NotNull GLFWgamepadstate.PtrGLFWgamepadstate.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).