Class XrForceFeedbackCurlApplyLocationMNDX

java.lang.Object
org.lwjgl.system.Pointer.Default
org.lwjgl.system.Struct<XrForceFeedbackCurlApplyLocationMNDX>
org.lwjgl.openxr.XrForceFeedbackCurlApplyLocationMNDX
All Implemented Interfaces:
AutoCloseable, org.lwjgl.system.NativeResource, org.lwjgl.system.Pointer

public class XrForceFeedbackCurlApplyLocationMNDX extends org.lwjgl.system.Struct<XrForceFeedbackCurlApplyLocationMNDX> implements org.lwjgl.system.NativeResource
Structure representing and containing information on how to apply force feedback to a single location.
Description

value is specified as a limit in a single direction. For example, if the value specified is 0.5, a location must have free movement from the point where it would be incapable of movement if value was 1, to 0.5 of the range the location is capable of moving.

Valid Usage (Implicit)
See Also

XrForceFeedbackCurlApplyLocationsMNDX, ApplyForceFeedbackCurlMNDX

Layout


 struct XrForceFeedbackCurlApplyLocationMNDX {
     XrForceFeedbackCurlLocationMNDX location();
     float value();
 }
  • Field Details

    • SIZEOF

      public static final int SIZEOF
      The struct size in bytes.
    • ALIGNOF

      public static final int ALIGNOF
      The struct alignment in bytes.
    • LOCATION

      public static final int LOCATION
      The struct member offsets.
    • VALUE

      public static final int VALUE
      The struct member offsets.
  • Constructor Details

    • XrForceFeedbackCurlApplyLocationMNDX

      public XrForceFeedbackCurlApplyLocationMNDX(ByteBuffer container)
      Creates a XrForceFeedbackCurlApplyLocationMNDX instance at the current position of the specified ByteBuffer container. Changes to the buffer's content will be visible to the struct instance and vice versa.

      The created instance holds a strong reference to the container object.

  • Method Details