Class XrSystemForceFeedbackCurlPropertiesMNDX

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

public class XrSystemForceFeedbackCurlPropertiesMNDX extends org.lwjgl.system.Struct<XrSystemForceFeedbackCurlPropertiesMNDX> implements org.lwjgl.system.NativeResource
System property for force feedback curl.
Description

An application may inspect whether the system is capable of force feedback by chaining an XrSystemForceFeedbackCurlPropertiesMNDX structure to the XrSystemProperties structure when calling GetSystemProperties.

The runtime should return TRUE for supportsForceFeedbackCurl when force feedback is available in the system, otherwise FALSE. Force feedback calls must return ERROR_FEATURE_UNSUPPORTED if force feedback is not available in the system.

Valid Usage (Implicit)
See Also

XrSystemProperties, GetSystemProperties

Layout


 struct XrSystemForceFeedbackCurlPropertiesMNDX {
     XrStructureType type();
     void * next();
     XrBool32 supportsForceFeedbackCurl();
 }