public class VREvent_Data_t
extends com.sun.jna.Union
| Modifier and Type | Class and Description | 
|---|---|
| static class  | VREvent_Data_t.ByReference | 
| static class  | VREvent_Data_t.ByValue | 
| Modifier and Type | Field and Description | 
|---|---|
| VREvent_Chaperone_t | chaperoneC type : VREvent_Chaperone_t | 
| VREvent_Controller_t | controllerC type : VREvent_Controller_t | 
| VREvent_Ipd_t | ipdC type : VREvent_Ipd_t | 
| VREvent_Keyboard_t | keyboardC type : VREvent_Keyboard_t | 
| VREvent_Mouse_t | mouseC type : VREvent_Mouse_t | 
| VREvent_Notification_t | notificationC type : VREvent_Notification_t | 
| VREvent_Overlay_t | overlayC type : VREvent_Overlay_t | 
| VREvent_PerformanceTest_t | performanceTestC type : VREvent_PerformanceTest_t | 
| VREvent_Process_t | processC type : VREvent_Process_t | 
| VREvent_Reserved_t | reservedC type : VREvent_Reserved_t | 
| VREvent_Scroll_t | scrollC type : VREvent_Scroll_t | 
| VREvent_SeatedZeroPoseReset_t | seatedZeroPoseResetC type : VREvent_SeatedZeroPoseReset_t | 
| VREvent_Status_t | statusC type : VREvent_Status_t | 
| VREvent_TouchPadMove_t | touchPadMoveC type : VREvent_TouchPadMove_t | 
| Constructor and Description | 
|---|
| VREvent_Data_t() | 
| VREvent_Data_t(com.sun.jna.Pointer peer) | 
| VREvent_Data_t(VREvent_Chaperone_t chaperone) | 
| VREvent_Data_t(VREvent_Controller_t controller) | 
| VREvent_Data_t(VREvent_Ipd_t ipd) | 
| 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) | 
getFieldOrder, getNativeAlignment, getTypedValue, readField, readField, setType, setType, setTypedValue, writeField, writeField, writeFieldallocateMemory, 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, setFieldOrder, setStringEncoding, size, sortFields, toArray, toArray, toString, toString, useMemory, useMemory, writepublic VREvent_Reserved_t reserved
public VREvent_Controller_t controller
public VREvent_Mouse_t mouse
public VREvent_Scroll_t scroll
public VREvent_Process_t process
public VREvent_Notification_t notification
public VREvent_Overlay_t overlay
public VREvent_Status_t status
public VREvent_Keyboard_t keyboard
public VREvent_Ipd_t ipd
public VREvent_Chaperone_t chaperone
public VREvent_PerformanceTest_t performanceTest
public VREvent_TouchPadMove_t touchPadMove
public VREvent_SeatedZeroPoseReset_t seatedZeroPoseReset
public VREvent_Data_t()
public VREvent_Data_t(VREvent_Reserved_t reserved)
reserved - C type : VREvent_Reserved_tpublic VREvent_Data_t(VREvent_Controller_t controller)
controller - C type : VREvent_Controller_tpublic VREvent_Data_t(VREvent_Mouse_t mouse)
mouse - C type : VREvent_Mouse_tpublic VREvent_Data_t(VREvent_Scroll_t scroll)
scroll - C type : VREvent_Scroll_tpublic VREvent_Data_t(VREvent_Process_t process)
process - C type : VREvent_Process_tpublic VREvent_Data_t(VREvent_Notification_t notification)
notification - C type : VREvent_Notification_tpublic VREvent_Data_t(VREvent_Overlay_t overlay)
overlay - C type : VREvent_Overlay_tpublic VREvent_Data_t(VREvent_Status_t status)
status - C type : VREvent_Status_tpublic VREvent_Data_t(VREvent_Keyboard_t keyboard)
keyboard - C type : VREvent_Keyboard_tpublic VREvent_Data_t(VREvent_Ipd_t ipd)
ipd - C type : VREvent_Ipd_tpublic VREvent_Data_t(VREvent_Chaperone_t chaperone)
chaperone - C type : VREvent_Chaperone_tpublic VREvent_Data_t(VREvent_PerformanceTest_t performanceTest)
performanceTest - C type : VREvent_PerformanceTest_tpublic VREvent_Data_t(VREvent_TouchPadMove_t touchPadMove)
touchPadMove - C type : VREvent_TouchPadMove_tpublic VREvent_Data_t(VREvent_SeatedZeroPoseReset_t seatedZeroPoseReset)
seatedZeroPoseReset - C type : VREvent_SeatedZeroPoseReset_tpublic VREvent_Data_t(com.sun.jna.Pointer peer)