public class InputPoseActionData_t
extends com.sun.jna.Structure
| Modifier and Type | Class and Description | 
|---|---|
| static class  | InputPoseActionData_t.ByReference | 
| static class  | InputPoseActionData_t.ByValue | 
| Modifier and Type | Field and Description | 
|---|---|
| long | activeOriginC type : VRInputValueHandle_t | 
| byte | bActive | 
| TrackedDevicePose_t | poseC type : TrackedDevicePose_t | 
| Constructor and Description | 
|---|
| InputPoseActionData_t() | 
| InputPoseActionData_t(byte bActive,
                     long activeOrigin,
                     TrackedDevicePose_t pose) | 
| InputPoseActionData_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 byte bActive
public long activeOrigin
public TrackedDevicePose_t pose
public InputPoseActionData_t()
public InputPoseActionData_t(byte bActive,
                             long activeOrigin,
                             TrackedDevicePose_t pose)
activeOrigin - C type : VRInputValueHandle_tpose - C type : TrackedDevicePose_tpublic InputPoseActionData_t(com.sun.jna.Pointer peer)