public class InputAnalogActionData_t
extends com.sun.jna.Structure
| Modifier and Type | Class and Description | 
|---|---|
| static class  | InputAnalogActionData_t.ByReference | 
| static class  | InputAnalogActionData_t.ByValue | 
| Modifier and Type | Field and Description | 
|---|---|
| long | activeOriginC type : VRInputValueHandle_t | 
| byte | bActive | 
| float | deltaX | 
| float | deltaY | 
| float | deltaZ | 
| float | fUpdateTime | 
| float | x | 
| float | y | 
| float | z | 
| Constructor and Description | 
|---|
| InputAnalogActionData_t() | 
| InputAnalogActionData_t(byte bActive,
                       long activeOrigin,
                       float x,
                       float y,
                       float z,
                       float deltaX,
                       float deltaY,
                       float deltaZ,
                       float fUpdateTime) | 
| InputAnalogActionData_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 byte bActive
public long activeOrigin
public float x
public float y
public float z
public float deltaX
public float deltaY
public float deltaZ
public float fUpdateTime
public InputAnalogActionData_t()
public InputAnalogActionData_t(byte bActive,
                               long activeOrigin,
                               float x,
                               float y,
                               float z,
                               float deltaX,
                               float deltaY,
                               float deltaZ,
                               float fUpdateTime)
activeOrigin - C type : VRInputValueHandle_tpublic InputAnalogActionData_t(com.sun.jna.Pointer peer)