Package com.jme3.system.jopenvr
Class VR_IVRInput_FnTable
java.lang.Object
com.sun.jna.Structure
com.jme3.system.jopenvr.VR_IVRInput_FnTable
- Direct Known Subclasses:
VR_IVRInput_FnTable.ByReference
,VR_IVRInput_FnTable.ByValue
public class VR_IVRInput_FnTable
extends com.sun.jna.Structure
native declaration : headers\openvr_capi.h:2351
This file was autogenerated by JNAerator,
a tool written by Olivier Chafik that uses a few opensource projects..
For help, please visit NativeLibs4Java , Rococoa, or JNA.
This file was autogenerated by JNAerator,
a tool written by Olivier Chafik that uses a few opensource projects..
For help, please visit NativeLibs4Java , Rococoa, or JNA.
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
static class
static interface
native declaration : headers\openvr_capi.h:2344static interface
native declaration : headers\openvr_capi.h:2335static interface
native declaration : headers\openvr_capi.h:2346static interface
native declaration : headers\openvr_capi.h:2334static interface
native declaration : headers\openvr_capi.h:2339static interface
native declaration : headers\openvr_capi.h:2338static interface
native declaration : headers\openvr_capi.h:2336static interface
native declaration : headers\openvr_capi.h:2347static interface
native declaration : headers\openvr_capi.h:2348static interface
native declaration : headers\openvr_capi.h:2340static interface
native declaration : headers\openvr_capi.h:2341static interface
native declaration : headers\openvr_capi.h:2342static interface
native declaration : headers\openvr_capi.h:2343static interface
native declaration : headers\openvr_capi.h:2333static interface
native declaration : headers\openvr_capi.h:2349static interface
native declaration : headers\openvr_capi.h:2350static interface
native declaration : headers\openvr_capi.h:2345static interface
native declaration : headers\openvr_capi.h:2337Nested classes/interfaces inherited from class com.sun.jna.Structure
com.sun.jna.Structure.FieldOrder, com.sun.jna.Structure.StructField
-
Field Summary
Modifier and TypeFieldDescriptionC type : DecompressSkeletalBoneData_callback*C type : GetActionHandle_callback*C type : GetActionOrigins_callback*C type : GetActionSetHandle_callback*C type : GetAnalogActionData_callback*C type : GetDigitalActionData_callback*C type : GetInputSourceHandle_callback*C type : GetOriginLocalizedName_callback*C type : GetOriginTrackedDeviceInfo_callback*C type : GetPoseActionData_callback*C type : GetSkeletalActionData_callback*C type : GetSkeletalBoneData_callback*C type : GetSkeletalBoneDataCompressed_callback*C type : SetActionManifestPath_callback*C type : ShowActionOrigins_callback*C type : ShowBindingsForActionSet_callback*C type : TriggerHapticVibrationAction_callback*C type : UpdateActionState_callback*Fields inherited from class com.sun.jna.Structure
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE
-
Constructor Summary
-
Method Summary
Methods inherited from class com.sun.jna.Structure
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, writeField
-
Field Details
-
SetActionManifestPath
C type : SetActionManifestPath_callback* -
GetActionSetHandle
C type : GetActionSetHandle_callback* -
GetActionHandle
C type : GetActionHandle_callback* -
GetInputSourceHandle
C type : GetInputSourceHandle_callback* -
UpdateActionState
C type : UpdateActionState_callback* -
GetDigitalActionData
C type : GetDigitalActionData_callback* -
GetAnalogActionData
C type : GetAnalogActionData_callback* -
GetPoseActionData
C type : GetPoseActionData_callback* -
GetSkeletalActionData
C type : GetSkeletalActionData_callback* -
GetSkeletalBoneData
C type : GetSkeletalBoneData_callback* -
GetSkeletalBoneDataCompressed
C type : GetSkeletalBoneDataCompressed_callback* -
DecompressSkeletalBoneData
C type : DecompressSkeletalBoneData_callback* -
TriggerHapticVibrationAction
C type : TriggerHapticVibrationAction_callback* -
GetActionOrigins
C type : GetActionOrigins_callback* -
GetOriginLocalizedName
C type : GetOriginLocalizedName_callback* -
GetOriginTrackedDeviceInfo
C type : GetOriginTrackedDeviceInfo_callback* -
ShowActionOrigins
C type : ShowActionOrigins_callback* -
ShowBindingsForActionSet
C type : ShowBindingsForActionSet_callback*
-
-
Constructor Details
-
VR_IVRInput_FnTable
public VR_IVRInput_FnTable() -
VR_IVRInput_FnTable
public VR_IVRInput_FnTable(com.sun.jna.Pointer peer)
-
-
Method Details
-
getFieldOrder
- Overrides:
getFieldOrder
in classcom.sun.jna.Structure
-