Uses of Record Class
club.doki7.glfw.datatype.GLFWgamepadstate
Packages that use GLFWgamepadstate
-
Uses of GLFWgamepadstate in club.doki7.glfw.datatype
Classes in club.doki7.glfw.datatype that implement interfaces with type arguments of type GLFWgamepadstateModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array of null structure(s) in native memory.Methods in club.doki7.glfw.datatype that return GLFWgamepadstateModifier and TypeMethodDescriptionstatic GLFWgamepadstate@NotNull GLFWgamepadstateGLFWgamepadstate.Ptr.at(long index) Returns (a pointer to) the structure at the given index.static GLFWgamepadstateGLFWgamepadstate.clone(Arena arena, GLFWgamepadstate src) GLFWgamepadstate.Ptr.toArray()Methods in club.doki7.glfw.datatype that return types with arguments of type GLFWgamepadstateModifier and TypeMethodDescription@NotNull Iterator<GLFWgamepadstate> GLFWgamepadstate.Ptr.iterator()Methods in club.doki7.glfw.datatype with parameters of type GLFWgamepadstateModifier and TypeMethodDescriptionstatic GLFWgamepadstateGLFWgamepadstate.clone(Arena arena, GLFWgamepadstate src) voidGLFWgamepadstate.Ptr.write(long index, @NotNull GLFWgamepadstate value) Method parameters in club.doki7.glfw.datatype with type arguments of type GLFWgamepadstateModifier and TypeMethodDescriptionGLFWgamepadstate.Ptr.at(long index, @NotNull Consumer<@NotNull GLFWgamepadstate> consumer)