Class PropertyWrite

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

public class PropertyWrite extends org.lwjgl.system.Struct<PropertyWrite> implements org.lwjgl.system.NativeResource

Layout


 struct PropertyWrite_t {
     ETrackedDeviceProperty prop();
     EPropertyWriteType writeType();
     ETrackedPropertyError eSetError();
     void * pvBuffer;
     uint32_t unBufferSize;
     PropertyTypeTag_t unTag;
     ETrackedPropertyError eError();
 }