Class XrForceFeedbackCurlApplyLocationsMNDX

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class XrForceFeedbackCurlApplyLocationsMNDX extends Struct<XrForceFeedbackCurlApplyLocationsMNDX> implements NativeResource
struct XrForceFeedbackCurlApplyLocationsMNDX {
    XrStructureType type;
    void const * next;
    uint32_t locationCount;
    XrForceFeedbackCurlApplyLocationMNDX * locations;
}