Package com.jme3.system.jopenvr
Class VR_IVRChaperone_FnTable
java.lang.Object
com.sun.jna.Structure
com.jme3.system.jopenvr.VR_IVRChaperone_FnTable
- Direct Known Subclasses:
VR_IVRChaperone_FnTable.ByReference
,VR_IVRChaperone_FnTable.ByValue
public class VR_IVRChaperone_FnTable
extends com.sun.jna.Structure
native declaration : headers\openvr_capi.h:1915
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 interface
native declaration : headers\openvr_capi.h:1913static class
static class
static interface
native declaration : headers\openvr_capi.h:1914static interface
native declaration : headers\openvr_capi.h:1912static interface
native declaration : headers\openvr_capi.h:1907static interface
native declaration : headers\openvr_capi.h:1909static interface
native declaration : headers\openvr_capi.h:1908static interface
native declaration : headers\openvr_capi.h:1910static interface
native declaration : headers\openvr_capi.h:1911Nested 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 : AreBoundsVisible_callback*C type : ForceBoundsVisible_callback*C type : GetBoundsColor_callback*C type : GetCalibrationState_callback*C type : GetPlayAreaRect_callback*C type : GetPlayAreaSize_callback*C type : ReloadInfo_callback*C type : SetSceneColor_callback*Fields inherited from class com.sun.jna.Structure
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE
-
Constructor Summary
ConstructorDescriptionVR_IVRChaperone_FnTable
(VR_IVRChaperone_FnTable.GetCalibrationState_callback GetCalibrationState, VR_IVRChaperone_FnTable.GetPlayAreaSize_callback GetPlayAreaSize, VR_IVRChaperone_FnTable.GetPlayAreaRect_callback GetPlayAreaRect, VR_IVRChaperone_FnTable.ReloadInfo_callback ReloadInfo, VR_IVRChaperone_FnTable.SetSceneColor_callback SetSceneColor, VR_IVRChaperone_FnTable.GetBoundsColor_callback GetBoundsColor, VR_IVRChaperone_FnTable.AreBoundsVisible_callback AreBoundsVisible, VR_IVRChaperone_FnTable.ForceBoundsVisible_callback ForceBoundsVisible) VR_IVRChaperone_FnTable
(com.sun.jna.Pointer peer) -
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
-
GetCalibrationState
C type : GetCalibrationState_callback* -
GetPlayAreaSize
C type : GetPlayAreaSize_callback* -
GetPlayAreaRect
C type : GetPlayAreaRect_callback* -
ReloadInfo
C type : ReloadInfo_callback* -
SetSceneColor
C type : SetSceneColor_callback* -
GetBoundsColor
C type : GetBoundsColor_callback* -
AreBoundsVisible
C type : AreBoundsVisible_callback* -
ForceBoundsVisible
C type : ForceBoundsVisible_callback*
-
-
Constructor Details
-
VR_IVRChaperone_FnTable
public VR_IVRChaperone_FnTable() -
VR_IVRChaperone_FnTable
public VR_IVRChaperone_FnTable(VR_IVRChaperone_FnTable.GetCalibrationState_callback GetCalibrationState, VR_IVRChaperone_FnTable.GetPlayAreaSize_callback GetPlayAreaSize, VR_IVRChaperone_FnTable.GetPlayAreaRect_callback GetPlayAreaRect, VR_IVRChaperone_FnTable.ReloadInfo_callback ReloadInfo, VR_IVRChaperone_FnTable.SetSceneColor_callback SetSceneColor, VR_IVRChaperone_FnTable.GetBoundsColor_callback GetBoundsColor, VR_IVRChaperone_FnTable.AreBoundsVisible_callback AreBoundsVisible, VR_IVRChaperone_FnTable.ForceBoundsVisible_callback ForceBoundsVisible) - Parameters:
GetCalibrationState
- C type : GetCalibrationState_callback*GetPlayAreaSize
- C type : GetPlayAreaSize_callback*GetPlayAreaRect
- C type : GetPlayAreaRect_callback*ReloadInfo
- C type : ReloadInfo_callback*SetSceneColor
- C type : SetSceneColor_callback*GetBoundsColor
- C type : GetBoundsColor_callback*AreBoundsVisible
- C type : AreBoundsVisible_callback*ForceBoundsVisible
- C type : ForceBoundsVisible_callback*
-
VR_IVRChaperone_FnTable
public VR_IVRChaperone_FnTable(com.sun.jna.Pointer peer)
-
-
Method Details
-
getFieldOrder
- Overrides:
getFieldOrder
in classcom.sun.jna.Structure
-