public class VREvent_t
extends com.sun.jna.Structure
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
VREvent_t.ByReference  | 
static class  | 
VREvent_t.ByValue  | 
| Modifier and Type | Field and Description | 
|---|---|
VREvent_Data_t | 
data
C type : VREvent_Data_t 
 | 
float | 
eventAgeSeconds  | 
int | 
eventType
EVREventType enum 
 | 
int | 
trackedDeviceIndex
C type : TrackedDeviceIndex_t 
 | 
| Constructor and Description | 
|---|
VREvent_t()  | 
VREvent_t(int eventType,
         int trackedDeviceIndex,
         float eventAgeSeconds,
         VREvent_Data_t data)  | 
VREvent_t(com.sun.jna.Pointer peer)  | 
| Modifier and Type | Method and Description | 
|---|---|
protected java.util.List<java.lang.String> | 
getFieldOrder()  | 
allocateMemory, allocateMemory, autoAllocate, autoRead, autoRead, autoWrite, autoWrite, cacheTypeInfo, calculateSize, clear, createFieldsOrder, createFieldsOrder, createFieldsOrder, createFieldsOrder, dataEquals, dataEquals, ensureAllocated, equals, fieldOffset, getAutoRead, getAutoWrite, getFieldList, getFields, getNativeAlignment, getNativeSize, getNativeSize, getPointer, getStringEncoding, getStructAlignment, hashCode, newInstance, newInstance, read, readField, readField, setAlignType, setAutoRead, setAutoSynch, setAutoWrite, setFieldOrder, setStringEncoding, size, sortFields, toArray, toArray, toString, toString, useMemory, useMemory, write, writeField, writeField, writeFieldpublic int eventType
public int trackedDeviceIndex
public float eventAgeSeconds
public VREvent_Data_t data
public VREvent_t()
public VREvent_t(int eventType,
                 int trackedDeviceIndex,
                 float eventAgeSeconds,
                 VREvent_Data_t data)
eventType - EVREventType enumtrackedDeviceIndex - C type : TrackedDeviceIndex_tdata - C type : VREvent_Data_tpublic VREvent_t(com.sun.jna.Pointer peer)