public class VRActiveActionSet_t
extends com.sun.jna.Structure
| Modifier and Type | Class and Description | 
|---|---|
| static class  | VRActiveActionSet_t.ByReference | 
| static class  | VRActiveActionSet_t.ByValue | 
| Modifier and Type | Field and Description | 
|---|---|
| int | nPriority | 
| long | ulActionSetC type : VRActionSetHandle_t | 
| long | ulRestrictedToDeviceC type : VRInputValueHandle_t | 
| long | ulSecondaryActionSetC type : VRActionSetHandle_t | 
| int | unPadding | 
| Constructor and Description | 
|---|
| VRActiveActionSet_t() | 
| VRActiveActionSet_t(long ulActionSet,
                   long ulRestrictedToDevice,
                   long ulSecondaryActionSet,
                   int unPadding,
                   int nPriority) | 
| VRActiveActionSet_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 long ulActionSet
public long ulRestrictedToDevice
public long ulSecondaryActionSet
public int unPadding
public int nPriority
public VRActiveActionSet_t()
public VRActiveActionSet_t(long ulActionSet,
                           long ulRestrictedToDevice,
                           long ulSecondaryActionSet,
                           int unPadding,
                           int nPriority)
ulActionSet - C type : VRActionSetHandle_tulRestrictedToDevice - C type : VRInputValueHandle_tulSecondaryActionSet - C type : VRActionSetHandle_tpublic VRActiveActionSet_t(com.sun.jna.Pointer peer)