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 record
Represents 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 GLFWgamepadstate
GLFWgamepadstate.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.static GLFWgamepadstate
GLFWgamepadstate.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 GLFWgamepadstate
GLFWgamepadstate.clone
(Arena arena, GLFWgamepadstate src) void
GLFWgamepadstate.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)