Record Class GLFWgamepadstate

java.lang.Object
java.lang.Record
club.doki7.glfw.datatype.GLFWgamepadstate
All Implemented Interfaces:
IPointer, IGLFWgamepadstate

@ValueBasedCandidate @UnsafeConstructor public record GLFWgamepadstate(@NotNull MemorySegment segment) extends Record implements IGLFWgamepadstate
Since:
Added in version 3.3.
  • Field Details

    • LAYOUT

      public static final StructLayout LAYOUT
    • BYTES

      public static final long BYTES
    • PATH$buttons

      public static final MemoryLayout.PathElement PATH$buttons
    • PATH$axes

      public static final MemoryLayout.PathElement PATH$axes
    • LAYOUT$buttons

      public static final SequenceLayout LAYOUT$buttons
    • LAYOUT$axes

      public static final SequenceLayout LAYOUT$axes
    • SIZE$buttons

      public static final long SIZE$buttons
    • SIZE$axes

      public static final long SIZE$axes
    • OFFSET$buttons

      public static final long OFFSET$buttons
    • OFFSET$axes

      public static final long OFFSET$axes
  • Constructor Details

    • GLFWgamepadstate

      public GLFWgamepadstate(@NotNull @NotNull MemorySegment segment)
      Creates an instance of a GLFWgamepadstate record class.
      Parameters:
      segment - the value for the segment record component
  • Method Details

    • allocate

      public static GLFWgamepadstate allocate(Arena arena)
    • allocate

      public static GLFWgamepadstate.Ptr allocate(Arena arena, long count)
    • clone

      public static GLFWgamepadstate clone(Arena arena, GLFWgamepadstate src)
    • buttons

      public BytePtr buttons()
    • buttons

      public GLFWgamepadstate buttons(BytePtr value)
    • buttonsRaw

      public MemorySegment buttonsRaw()
    • axes

      public FloatPtr axes()
    • axes

      public GLFWgamepadstate axes(FloatPtr value)
    • axesRaw

      public MemorySegment axesRaw()
    • toString

      public final String toString()
      Returns a string representation of this record class. The representation contains the name of the class, followed by the name and value of each of the record components.
      Specified by:
      toString in class Record
      Returns:
      a string representation of this object
    • hashCode

      public final int hashCode()
      Returns a hash code value for this object. The value is derived from the hash code of each of the record components.
      Specified by:
      hashCode in class Record
      Returns:
      a hash code value for this object
    • equals

      public final boolean equals(Object o)
      Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. All components in this record class are compared with Objects::equals(Object,Object).
      Specified by:
      equals in class Record
      Parameters:
      o - the object with which to compare
      Returns:
      true if this object is the same as the o argument; false otherwise.
    • segment

      @NotNull public @NotNull MemorySegment segment()
      Returns the value of the segment record component.
      Specified by:
      segment in interface IPointer
      Returns:
      the value of the segment record component