Package com.jme3.system.jopenvr
Class VREvent_Data_t
java.lang.Object
com.sun.jna.Structure
com.sun.jna.Union
com.jme3.system.jopenvr.VREvent_Data_t
- Direct Known Subclasses:
- VREvent_Data_t.ByReference,- VREvent_Data_t.ByValue
public class VREvent_Data_t
extends com.sun.jna.Union
native declaration : headers\openvr_capi.h:1686
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 SummaryNested ClassesModifier and TypeClassDescriptionstatic classstatic classNested classes/interfaces inherited from class com.sun.jna.Structurecom.sun.jna.Structure.FieldOrder, com.sun.jna.Structure.StructField
- 
Field SummaryFieldsModifier and TypeFieldDescriptionC type : VREvent_Chaperone_tC type : VREvent_Controller_tC type : VREvent_Ipd_tC type : VREvent_Keyboard_tC type : VREvent_Mouse_tC type : VREvent_Notification_tC type : VREvent_Overlay_tC type : VREvent_PerformanceTest_tC type : VREvent_Process_tC type : VREvent_Reserved_tC type : VREvent_Scroll_tC type : VREvent_SeatedZeroPoseReset_tC type : VREvent_Status_tC type : VREvent_TouchPadMove_tFields inherited from class com.sun.jna.StructureALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE
- 
Constructor SummaryConstructorsConstructorDescriptionVREvent_Data_t(VREvent_Chaperone_t chaperone) VREvent_Data_t(VREvent_Controller_t controller) VREvent_Data_t(VREvent_Keyboard_t keyboard) VREvent_Data_t(VREvent_Mouse_t mouse) VREvent_Data_t(VREvent_Notification_t notification) VREvent_Data_t(VREvent_Overlay_t overlay) VREvent_Data_t(VREvent_PerformanceTest_t performanceTest) VREvent_Data_t(VREvent_Process_t process) VREvent_Data_t(VREvent_Reserved_t reserved) VREvent_Data_t(VREvent_Scroll_t scroll) VREvent_Data_t(VREvent_SeatedZeroPoseReset_t seatedZeroPoseReset) VREvent_Data_t(VREvent_Status_t status) VREvent_Data_t(VREvent_TouchPadMove_t touchPadMove) VREvent_Data_t(com.sun.jna.Pointer peer) 
- 
Method SummaryMethods inherited from class com.sun.jna.UniongetFieldOrder, getNativeAlignment, getTypedValue, readField, readField, setType, setType, setTypedValue, writeField, writeField, writeFieldMethods inherited from class com.sun.jna.StructureallocateMemory, allocateMemory, autoAllocate, autoRead, autoRead, autoWrite, autoWrite, cacheTypeInfo, calculateSize, clear, createFieldsOrder, createFieldsOrder, createFieldsOrder, createFieldsOrder, dataEquals, dataEquals, ensureAllocated, equals, fieldOffset, getAutoRead, getAutoWrite, getFieldList, getFields, getNativeSize, getNativeSize, getPointer, getStringEncoding, getStructAlignment, hashCode, newInstance, newInstance, read, setAlignType, setAutoRead, setAutoSynch, setAutoWrite, setStringEncoding, size, sortFields, toArray, toArray, toString, toString, useMemory, useMemory, write
- 
Field Details- 
reservedC type : VREvent_Reserved_t
- 
controllerC type : VREvent_Controller_t
- 
mouseC type : VREvent_Mouse_t
- 
scrollC type : VREvent_Scroll_t
- 
processC type : VREvent_Process_t
- 
notificationC type : VREvent_Notification_t
- 
overlayC type : VREvent_Overlay_t
- 
statusC type : VREvent_Status_t
- 
keyboardC type : VREvent_Keyboard_t
- 
ipdC type : VREvent_Ipd_t
- 
chaperoneC type : VREvent_Chaperone_t
- 
performanceTestC type : VREvent_PerformanceTest_t
- 
touchPadMoveC type : VREvent_TouchPadMove_t
- 
seatedZeroPoseResetC type : VREvent_SeatedZeroPoseReset_t
 
- 
- 
Constructor Details- 
VREvent_Data_tpublic VREvent_Data_t()
- 
VREvent_Data_t- Parameters:
- reserved- C type : VREvent_Reserved_t
 
- 
VREvent_Data_t- Parameters:
- controller- C type : VREvent_Controller_t
 
- 
VREvent_Data_t- Parameters:
- mouse- C type : VREvent_Mouse_t
 
- 
VREvent_Data_t- Parameters:
- scroll- C type : VREvent_Scroll_t
 
- 
VREvent_Data_t- Parameters:
- process- C type : VREvent_Process_t
 
- 
VREvent_Data_t- Parameters:
- notification- C type : VREvent_Notification_t
 
- 
VREvent_Data_t- Parameters:
- overlay- C type : VREvent_Overlay_t
 
- 
VREvent_Data_t- Parameters:
- status- C type : VREvent_Status_t
 
- 
VREvent_Data_t- Parameters:
- keyboard- C type : VREvent_Keyboard_t
 
- 
VREvent_Data_t- Parameters:
- ipd- C type : VREvent_Ipd_t
 
- 
VREvent_Data_t- Parameters:
- chaperone- C type : VREvent_Chaperone_t
 
- 
VREvent_Data_t- Parameters:
- performanceTest- C type : VREvent_PerformanceTest_t
 
- 
VREvent_Data_t- Parameters:
- touchPadMove- C type : VREvent_TouchPadMove_t
 
- 
VREvent_Data_t- Parameters:
- seatedZeroPoseReset- C type : VREvent_SeatedZeroPoseReset_t
 
- 
VREvent_Data_tpublic VREvent_Data_t(com.sun.jna.Pointer peer) 
 
-