Class VREventData

All Implemented Interfaces:
Pointer

public class VREventData extends Struct<VREventData>

Layout


 union VREvent_Data_t {
     VREvent_Reserved_t reserved;
     VREvent_Controller_t controller;
     VREvent_Mouse_t mouse;
     VREvent_Scroll_t scroll;
     VREvent_Process_t process;
     VREvent_Notification_t notification;
     VREvent_Overlay_t overlay;
     VREvent_Status_t status;
     VREvent_Keyboard_t keyboard;
     VREvent_Ipd_t ipd;
     VREvent_Chaperone_t chaperone;
     VREvent_PerformanceTest_t performanceTest;
     VREvent_TouchPadMove_t touchPadMove;
     VREvent_SeatedZeroPoseReset_t seatedZeroPoseReset;
     VREvent_Screenshot_t screenshot;
     VREvent_ScreenshotProgress_t screenshotProgress;
     VREvent_ApplicationLaunch_t applicationLaunch;
     VREvent_EditingCameraSurface_t cameraSurface;
     VREvent_MessageOverlay_t messageOverlay;
     VREvent_Property_t property;
     VREvent_HapticVibration_t hapticVibration;
     VREvent_WebConsole_t webConsole;
     VREvent_InputBindingLoad_t inputBinding;
     VREvent_InputActionManifestLoad_t actionManifest;
     VREvent_SpatialAnchor_t spatialAnchor;
 }