public class VRControllerState_t
extends com.sun.jna.Structure
| Modifier and Type | Class and Description | 
|---|---|
| static class  | VRControllerState_t.ByReference | 
| static class  | VRControllerState_t.ByValue | 
| Modifier and Type | Field and Description | 
|---|---|
| VRControllerAxis_t[] | rAxisstruct vr::VRControllerAxis_t[5] C type : VRControllerAxis_t[5] | 
| long | ulButtonPressed | 
| long | ulButtonTouched | 
| int | unPacketNum | 
| Constructor and Description | 
|---|
| VRControllerState_t() | 
| VRControllerState_t(int unPacketNum,
                   long ulButtonPressed,
                   long ulButtonTouched,
                   VRControllerAxis_t[] rAxis) | 
| VRControllerState_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, setStringEncoding, size, sortFields, toArray, toArray, toString, toString, useMemory, useMemory, write, writeField, writeField, writeFieldpublic int unPacketNum
public long ulButtonPressed
public long ulButtonTouched
public VRControllerAxis_t[] rAxis
public VRControllerState_t()
public VRControllerState_t(int unPacketNum,
                           long ulButtonPressed,
                           long ulButtonTouched,
                           VRControllerAxis_t[] rAxis)
rAxis - struct vr::VRControllerAxis_t[5]public VRControllerState_t(com.sun.jna.Pointer peer)