Class VREventProperty

java.lang.Object
org.lwjgl.system.Pointer.Default
org.lwjgl.system.Struct<VREventProperty>
org.lwjgl.openvr.VREventProperty
All Implemented Interfaces:
org.lwjgl.system.Pointer

public class VREventProperty extends org.lwjgl.system.Struct<VREventProperty>

Layout


 struct VREvent_Property_t {
     PropertyContainerHandle_t container;
     ETrackedDeviceProperty prop();
 }