Package com.jme3.system.jopenvr
Class VR_IVRSettings_FnTable
java.lang.Object
com.sun.jna.Structure
com.jme3.system.jopenvr.VR_IVRSettings_FnTable
- Direct Known Subclasses:
VR_IVRSettings_FnTable.ByReference,VR_IVRSettings_FnTable.ByValue
public class VR_IVRSettings_FnTable
extends com.sun.jna.Structure
native declaration : headers\openvr_capi.h:2283
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
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classstatic interfacenative declaration : headers\openvr_capi.h:2277static interfacenative declaration : headers\openvr_capi.h:2279static interfacenative declaration : headers\openvr_capi.h:2278static interfacenative declaration : headers\openvr_capi.h:2271static interfacenative declaration : headers\openvr_capi.h:2280static interfacenative declaration : headers\openvr_capi.h:2282static interfacenative declaration : headers\openvr_capi.h:2281static interfacenative declaration : headers\openvr_capi.h:2273static interfacenative declaration : headers\openvr_capi.h:2275static interfacenative declaration : headers\openvr_capi.h:2274static interfacenative declaration : headers\openvr_capi.h:2276static interfacenative declaration : headers\openvr_capi.h:2272Nested classes/interfaces inherited from class com.sun.jna.Structure
com.sun.jna.Structure.FieldOrder, com.sun.jna.Structure.StructField -
Field Summary
FieldsModifier and TypeFieldDescriptionC type : GetBool_callback*C type : GetFloat_callback*C type : GetInt32_callback*C type : GetSettingsErrorNameFromEnum_callback*C type : GetString_callback*C type : RemoveKeyInSection_callback*C type : RemoveSection_callback*C type : SetBool_callback*C type : SetFloat_callback*C type : SetInt32_callback*C type : SetString_callback*C type : Sync_callback*Fields inherited from class com.sun.jna.Structure
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE -
Constructor Summary
Constructors -
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
-
GetSettingsErrorNameFromEnum
C type : GetSettingsErrorNameFromEnum_callback* -
Sync
C type : Sync_callback* -
SetBool
C type : SetBool_callback* -
SetInt32
C type : SetInt32_callback* -
SetFloat
C type : SetFloat_callback* -
SetString
C type : SetString_callback* -
GetBool
C type : GetBool_callback* -
GetInt32
C type : GetInt32_callback* -
GetFloat
C type : GetFloat_callback* -
GetString
C type : GetString_callback* -
RemoveSection
C type : RemoveSection_callback* -
RemoveKeyInSection
C type : RemoveKeyInSection_callback*
-
-
Constructor Details
-
VR_IVRSettings_FnTable
public VR_IVRSettings_FnTable() -
VR_IVRSettings_FnTable
public VR_IVRSettings_FnTable(com.sun.jna.Pointer peer)
-
-
Method Details
-
getFieldOrder
- Overrides:
getFieldOrderin classcom.sun.jna.Structure
-