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 Summary
Modifier and TypeClassDescriptionstatic class
static class
Nested 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 : 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.Structure
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE
-
Constructor Summary
ConstructorDescriptionVREvent_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 Summary
Methods inherited from class com.sun.jna.Union
getFieldOrder, getNativeAlignment, getTypedValue, readField, readField, setType, setType, setTypedValue, writeField, writeField, writeField
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, 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
-
reserved
C type : VREvent_Reserved_t -
controller
C type : VREvent_Controller_t -
mouse
C type : VREvent_Mouse_t -
scroll
C type : VREvent_Scroll_t -
process
C type : VREvent_Process_t -
notification
C type : VREvent_Notification_t -
overlay
C type : VREvent_Overlay_t -
status
C type : VREvent_Status_t -
keyboard
C type : VREvent_Keyboard_t -
ipd
C type : VREvent_Ipd_t -
chaperone
C type : VREvent_Chaperone_t -
performanceTest
C type : VREvent_PerformanceTest_t -
touchPadMove
C type : VREvent_TouchPadMove_t -
seatedZeroPoseReset
C type : VREvent_SeatedZeroPoseReset_t
-
-
Constructor Details
-
VREvent_Data_t
public 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_t
public VREvent_Data_t(com.sun.jna.Pointer peer)
-