Enum openvr_sys::EVREventType [] [src]

pub enum EVREventType {
    EVREventType_VREvent_None,
    EVREventType_VREvent_TrackedDeviceActivated,
    EVREventType_VREvent_TrackedDeviceDeactivated,
    EVREventType_VREvent_TrackedDeviceUpdated,
    EVREventType_VREvent_TrackedDeviceUserInteractionStarted,
    EVREventType_VREvent_TrackedDeviceUserInteractionEnded,
    EVREventType_VREvent_IpdChanged,
    EVREventType_VREvent_EnterStandbyMode,
    EVREventType_VREvent_LeaveStandbyMode,
    EVREventType_VREvent_TrackedDeviceRoleChanged,
    EVREventType_VREvent_ButtonPress,
    EVREventType_VREvent_ButtonUnpress,
    EVREventType_VREvent_ButtonTouch,
    EVREventType_VREvent_ButtonUntouch,
    EVREventType_VREvent_MouseMove,
    EVREventType_VREvent_MouseButtonDown,
    EVREventType_VREvent_MouseButtonUp,
    EVREventType_VREvent_FocusEnter,
    EVREventType_VREvent_FocusLeave,
    EVREventType_VREvent_Scroll,
    EVREventType_VREvent_TouchPadMove,
    EVREventType_VREvent_InputFocusCaptured,
    EVREventType_VREvent_InputFocusReleased,
    EVREventType_VREvent_SceneFocusLost,
    EVREventType_VREvent_SceneFocusGained,
    EVREventType_VREvent_SceneApplicationChanged,
    EVREventType_VREvent_SceneFocusChanged,
    EVREventType_VREvent_InputFocusChanged,
    EVREventType_VREvent_SceneApplicationSecondaryRenderingStarted,
    EVREventType_VREvent_HideRenderModels,
    EVREventType_VREvent_ShowRenderModels,
    EVREventType_VREvent_OverlayShown,
    EVREventType_VREvent_OverlayHidden,
    EVREventType_VREvent_DashboardActivated,
    EVREventType_VREvent_DashboardDeactivated,
    EVREventType_VREvent_DashboardThumbSelected,
    EVREventType_VREvent_DashboardRequested,
    EVREventType_VREvent_ResetDashboard,
    EVREventType_VREvent_RenderToast,
    EVREventType_VREvent_ImageLoaded,
    EVREventType_VREvent_ShowKeyboard,
    EVREventType_VREvent_HideKeyboard,
    EVREventType_VREvent_OverlayGamepadFocusGained,
    EVREventType_VREvent_OverlayGamepadFocusLost,
    EVREventType_VREvent_OverlaySharedTextureChanged,
    EVREventType_VREvent_DashboardGuideButtonDown,
    EVREventType_VREvent_DashboardGuideButtonUp,
    EVREventType_VREvent_ScreenshotTriggered,
    EVREventType_VREvent_ImageFailed,
    EVREventType_VREvent_RequestScreenshot,
    EVREventType_VREvent_ScreenshotTaken,
    EVREventType_VREvent_ScreenshotFailed,
    EVREventType_VREvent_SubmitScreenshotToDashboard,
    EVREventType_VREvent_Notification_Shown,
    EVREventType_VREvent_Notification_Hidden,
    EVREventType_VREvent_Notification_BeginInteraction,
    EVREventType_VREvent_Notification_Destroyed,
    EVREventType_VREvent_Quit,
    EVREventType_VREvent_ProcessQuit,
    EVREventType_VREvent_QuitAborted_UserPrompt,
    EVREventType_VREvent_QuitAcknowledged,
    EVREventType_VREvent_DriverRequestedQuit,
    EVREventType_VREvent_ChaperoneDataHasChanged,
    EVREventType_VREvent_ChaperoneUniverseHasChanged,
    EVREventType_VREvent_ChaperoneTempDataHasChanged,
    EVREventType_VREvent_ChaperoneSettingsHaveChanged,
    EVREventType_VREvent_SeatedZeroPoseReset,
    EVREventType_VREvent_AudioSettingsHaveChanged,
    EVREventType_VREvent_BackgroundSettingHasChanged,
    EVREventType_VREvent_CameraSettingsHaveChanged,
    EVREventType_VREvent_ReprojectionSettingHasChanged,
    EVREventType_VREvent_ModelSkinSettingsHaveChanged,
    EVREventType_VREvent_EnvironmentSettingsHaveChanged,
    EVREventType_VREvent_StatusUpdate,
    EVREventType_VREvent_MCImageUpdated,
    EVREventType_VREvent_FirmwareUpdateStarted,
    EVREventType_VREvent_FirmwareUpdateFinished,
    EVREventType_VREvent_KeyboardClosed,
    EVREventType_VREvent_KeyboardCharInput,
    EVREventType_VREvent_KeyboardDone,
    EVREventType_VREvent_ApplicationTransitionStarted,
    EVREventType_VREvent_ApplicationTransitionAborted,
    EVREventType_VREvent_ApplicationTransitionNewAppStarted,
    EVREventType_VREvent_ApplicationListUpdated,
    EVREventType_VREvent_Compositor_MirrorWindowShown,
    EVREventType_VREvent_Compositor_MirrorWindowHidden,
    EVREventType_VREvent_Compositor_ChaperoneBoundsShown,
    EVREventType_VREvent_Compositor_ChaperoneBoundsHidden,
    EVREventType_VREvent_TrackedCamera_StartVideoStream,
    EVREventType_VREvent_TrackedCamera_StopVideoStream,
    EVREventType_VREvent_TrackedCamera_PauseVideoStream,
    EVREventType_VREvent_TrackedCamera_ResumeVideoStream,
    EVREventType_VREvent_PerformanceTest_EnableCapture,
    EVREventType_VREvent_PerformanceTest_DisableCapture,
    EVREventType_VREvent_PerformanceTest_FidelityLevel,
    EVREventType_VREvent_VendorSpecific_Reserved_Start,
    EVREventType_VREvent_VendorSpecific_Reserved_End,
}

Variants

EVREventType_VREvent_NoneEVREventType_VREvent_TrackedDeviceActivatedEVREventType_VREvent_TrackedDeviceDeactivatedEVREventType_VREvent_TrackedDeviceUpdatedEVREventType_VREvent_TrackedDeviceUserInteractionStartedEVREventType_VREvent_TrackedDeviceUserInteractionEndedEVREventType_VREvent_IpdChangedEVREventType_VREvent_EnterStandbyModeEVREventType_VREvent_LeaveStandbyModeEVREventType_VREvent_TrackedDeviceRoleChangedEVREventType_VREvent_ButtonPressEVREventType_VREvent_ButtonUnpressEVREventType_VREvent_ButtonTouchEVREventType_VREvent_ButtonUntouchEVREventType_VREvent_MouseMoveEVREventType_VREvent_MouseButtonDownEVREventType_VREvent_MouseButtonUpEVREventType_VREvent_FocusEnterEVREventType_VREvent_FocusLeaveEVREventType_VREvent_ScrollEVREventType_VREvent_TouchPadMoveEVREventType_VREvent_InputFocusCapturedEVREventType_VREvent_InputFocusReleasedEVREventType_VREvent_SceneFocusLostEVREventType_VREvent_SceneFocusGainedEVREventType_VREvent_SceneApplicationChangedEVREventType_VREvent_SceneFocusChangedEVREventType_VREvent_InputFocusChangedEVREventType_VREvent_SceneApplicationSecondaryRenderingStartedEVREventType_VREvent_HideRenderModelsEVREventType_VREvent_ShowRenderModelsEVREventType_VREvent_OverlayShownEVREventType_VREvent_OverlayHiddenEVREventType_VREvent_DashboardActivatedEVREventType_VREvent_DashboardDeactivatedEVREventType_VREvent_DashboardThumbSelectedEVREventType_VREvent_DashboardRequestedEVREventType_VREvent_ResetDashboardEVREventType_VREvent_RenderToastEVREventType_VREvent_ImageLoadedEVREventType_VREvent_ShowKeyboardEVREventType_VREvent_HideKeyboardEVREventType_VREvent_OverlayGamepadFocusGainedEVREventType_VREvent_OverlayGamepadFocusLostEVREventType_VREvent_OverlaySharedTextureChangedEVREventType_VREvent_DashboardGuideButtonDownEVREventType_VREvent_DashboardGuideButtonUpEVREventType_VREvent_ScreenshotTriggeredEVREventType_VREvent_ImageFailedEVREventType_VREvent_RequestScreenshotEVREventType_VREvent_ScreenshotTakenEVREventType_VREvent_ScreenshotFailedEVREventType_VREvent_SubmitScreenshotToDashboardEVREventType_VREvent_Notification_ShownEVREventType_VREvent_Notification_HiddenEVREventType_VREvent_Notification_BeginInteractionEVREventType_VREvent_Notification_DestroyedEVREventType_VREvent_QuitEVREventType_VREvent_ProcessQuitEVREventType_VREvent_QuitAborted_UserPromptEVREventType_VREvent_QuitAcknowledgedEVREventType_VREvent_DriverRequestedQuitEVREventType_VREvent_ChaperoneDataHasChangedEVREventType_VREvent_ChaperoneUniverseHasChangedEVREventType_VREvent_ChaperoneTempDataHasChangedEVREventType_VREvent_ChaperoneSettingsHaveChangedEVREventType_VREvent_SeatedZeroPoseResetEVREventType_VREvent_AudioSettingsHaveChangedEVREventType_VREvent_BackgroundSettingHasChangedEVREventType_VREvent_CameraSettingsHaveChangedEVREventType_VREvent_ReprojectionSettingHasChangedEVREventType_VREvent_ModelSkinSettingsHaveChangedEVREventType_VREvent_EnvironmentSettingsHaveChangedEVREventType_VREvent_StatusUpdateEVREventType_VREvent_MCImageUpdatedEVREventType_VREvent_FirmwareUpdateStartedEVREventType_VREvent_FirmwareUpdateFinishedEVREventType_VREvent_KeyboardClosedEVREventType_VREvent_KeyboardCharInputEVREventType_VREvent_KeyboardDoneEVREventType_VREvent_ApplicationTransitionStartedEVREventType_VREvent_ApplicationTransitionAbortedEVREventType_VREvent_ApplicationTransitionNewAppStartedEVREventType_VREvent_ApplicationListUpdatedEVREventType_VREvent_Compositor_MirrorWindowShownEVREventType_VREvent_Compositor_MirrorWindowHiddenEVREventType_VREvent_Compositor_ChaperoneBoundsShownEVREventType_VREvent_Compositor_ChaperoneBoundsHiddenEVREventType_VREvent_TrackedCamera_StartVideoStreamEVREventType_VREvent_TrackedCamera_StopVideoStreamEVREventType_VREvent_TrackedCamera_PauseVideoStreamEVREventType_VREvent_TrackedCamera_ResumeVideoStreamEVREventType_VREvent_PerformanceTest_EnableCaptureEVREventType_VREvent_PerformanceTest_DisableCaptureEVREventType_VREvent_PerformanceTest_FidelityLevelEVREventType_VREvent_VendorSpecific_Reserved_StartEVREventType_VREvent_VendorSpecific_Reserved_End

Trait Implementations

impl Clone for EVREventType
[src]

fn clone(&self) -> EVREventType

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more

impl Copy for EVREventType
[src]

impl Debug for EVREventType
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.