453 lines
14 KiB
C#
453 lines
14 KiB
C#
using System;
|
|
using Cpp2IlInjected;
|
|
|
|
// Token: 0x020002A8 RID: 680
|
|
[Token(Token = "0x20002A8")]
|
|
public enum MKHIAEFNFMI
|
|
{
|
|
// Token: 0x040009C5 RID: 2501
|
|
[Token(Token = "0x40009C5")]
|
|
VREvent_None,
|
|
// Token: 0x040009C6 RID: 2502
|
|
[Token(Token = "0x40009C6")]
|
|
VREvent_TrackedDeviceActivated = 100,
|
|
// Token: 0x040009C7 RID: 2503
|
|
[Token(Token = "0x40009C7")]
|
|
VREvent_TrackedDeviceDeactivated,
|
|
// Token: 0x040009C8 RID: 2504
|
|
[Token(Token = "0x40009C8")]
|
|
VREvent_TrackedDeviceUpdated,
|
|
// Token: 0x040009C9 RID: 2505
|
|
[Token(Token = "0x40009C9")]
|
|
VREvent_TrackedDeviceUserInteractionStarted,
|
|
// Token: 0x040009CA RID: 2506
|
|
[Token(Token = "0x40009CA")]
|
|
VREvent_TrackedDeviceUserInteractionEnded,
|
|
// Token: 0x040009CB RID: 2507
|
|
[Token(Token = "0x40009CB")]
|
|
VREvent_IpdChanged,
|
|
// Token: 0x040009CC RID: 2508
|
|
[Token(Token = "0x40009CC")]
|
|
VREvent_EnterStandbyMode,
|
|
// Token: 0x040009CD RID: 2509
|
|
[Token(Token = "0x40009CD")]
|
|
VREvent_LeaveStandbyMode,
|
|
// Token: 0x040009CE RID: 2510
|
|
[Token(Token = "0x40009CE")]
|
|
VREvent_TrackedDeviceRoleChanged,
|
|
// Token: 0x040009CF RID: 2511
|
|
[Token(Token = "0x40009CF")]
|
|
VREvent_WatchdogWakeUpRequested,
|
|
// Token: 0x040009D0 RID: 2512
|
|
[Token(Token = "0x40009D0")]
|
|
VREvent_LensDistortionChanged,
|
|
// Token: 0x040009D1 RID: 2513
|
|
[Token(Token = "0x40009D1")]
|
|
VREvent_PropertyChanged,
|
|
// Token: 0x040009D2 RID: 2514
|
|
[Token(Token = "0x40009D2")]
|
|
VREvent_WirelessDisconnect,
|
|
// Token: 0x040009D3 RID: 2515
|
|
[Token(Token = "0x40009D3")]
|
|
VREvent_WirelessReconnect,
|
|
// Token: 0x040009D4 RID: 2516
|
|
[Token(Token = "0x40009D4")]
|
|
VREvent_ButtonPress = 200,
|
|
// Token: 0x040009D5 RID: 2517
|
|
[Token(Token = "0x40009D5")]
|
|
VREvent_ButtonUnpress,
|
|
// Token: 0x040009D6 RID: 2518
|
|
[Token(Token = "0x40009D6")]
|
|
VREvent_ButtonTouch,
|
|
// Token: 0x040009D7 RID: 2519
|
|
[Token(Token = "0x40009D7")]
|
|
VREvent_ButtonUntouch,
|
|
// Token: 0x040009D8 RID: 2520
|
|
[Token(Token = "0x40009D8")]
|
|
VREvent_DualAnalog_Press = 250,
|
|
// Token: 0x040009D9 RID: 2521
|
|
[Token(Token = "0x40009D9")]
|
|
VREvent_DualAnalog_Unpress,
|
|
// Token: 0x040009DA RID: 2522
|
|
[Token(Token = "0x40009DA")]
|
|
VREvent_DualAnalog_Touch,
|
|
// Token: 0x040009DB RID: 2523
|
|
[Token(Token = "0x40009DB")]
|
|
VREvent_DualAnalog_Untouch,
|
|
// Token: 0x040009DC RID: 2524
|
|
[Token(Token = "0x40009DC")]
|
|
VREvent_DualAnalog_Move,
|
|
// Token: 0x040009DD RID: 2525
|
|
[Token(Token = "0x40009DD")]
|
|
VREvent_DualAnalog_ModeSwitch1,
|
|
// Token: 0x040009DE RID: 2526
|
|
[Token(Token = "0x40009DE")]
|
|
VREvent_DualAnalog_ModeSwitch2,
|
|
// Token: 0x040009DF RID: 2527
|
|
[Token(Token = "0x40009DF")]
|
|
VREvent_DualAnalog_Cancel,
|
|
// Token: 0x040009E0 RID: 2528
|
|
[Token(Token = "0x40009E0")]
|
|
VREvent_MouseMove = 300,
|
|
// Token: 0x040009E1 RID: 2529
|
|
[Token(Token = "0x40009E1")]
|
|
VREvent_MouseButtonDown,
|
|
// Token: 0x040009E2 RID: 2530
|
|
[Token(Token = "0x40009E2")]
|
|
VREvent_MouseButtonUp,
|
|
// Token: 0x040009E3 RID: 2531
|
|
[Token(Token = "0x40009E3")]
|
|
VREvent_FocusEnter,
|
|
// Token: 0x040009E4 RID: 2532
|
|
[Token(Token = "0x40009E4")]
|
|
VREvent_FocusLeave,
|
|
// Token: 0x040009E5 RID: 2533
|
|
[Token(Token = "0x40009E5")]
|
|
VREvent_Scroll,
|
|
// Token: 0x040009E6 RID: 2534
|
|
[Token(Token = "0x40009E6")]
|
|
VREvent_TouchPadMove,
|
|
// Token: 0x040009E7 RID: 2535
|
|
[Token(Token = "0x40009E7")]
|
|
VREvent_OverlayFocusChanged,
|
|
// Token: 0x040009E8 RID: 2536
|
|
[Token(Token = "0x40009E8")]
|
|
VREvent_InputFocusCaptured = 400,
|
|
// Token: 0x040009E9 RID: 2537
|
|
[Token(Token = "0x40009E9")]
|
|
VREvent_InputFocusReleased,
|
|
// Token: 0x040009EA RID: 2538
|
|
[Token(Token = "0x40009EA")]
|
|
VREvent_SceneFocusLost,
|
|
// Token: 0x040009EB RID: 2539
|
|
[Token(Token = "0x40009EB")]
|
|
VREvent_SceneFocusGained,
|
|
// Token: 0x040009EC RID: 2540
|
|
[Token(Token = "0x40009EC")]
|
|
VREvent_SceneApplicationChanged,
|
|
// Token: 0x040009ED RID: 2541
|
|
[Token(Token = "0x40009ED")]
|
|
VREvent_SceneFocusChanged,
|
|
// Token: 0x040009EE RID: 2542
|
|
[Token(Token = "0x40009EE")]
|
|
VREvent_InputFocusChanged,
|
|
// Token: 0x040009EF RID: 2543
|
|
[Token(Token = "0x40009EF")]
|
|
VREvent_SceneApplicationSecondaryRenderingStarted,
|
|
// Token: 0x040009F0 RID: 2544
|
|
[Token(Token = "0x40009F0")]
|
|
VREvent_SceneApplicationUsingWrongGraphicsAdapter,
|
|
// Token: 0x040009F1 RID: 2545
|
|
[Token(Token = "0x40009F1")]
|
|
VREvent_ActionBindingReloaded,
|
|
// Token: 0x040009F2 RID: 2546
|
|
[Token(Token = "0x40009F2")]
|
|
VREvent_HideRenderModels,
|
|
// Token: 0x040009F3 RID: 2547
|
|
[Token(Token = "0x40009F3")]
|
|
VREvent_ShowRenderModels,
|
|
// Token: 0x040009F4 RID: 2548
|
|
[Token(Token = "0x40009F4")]
|
|
VREvent_ConsoleOpened = 420,
|
|
// Token: 0x040009F5 RID: 2549
|
|
[Token(Token = "0x40009F5")]
|
|
VREvent_ConsoleClosed,
|
|
// Token: 0x040009F6 RID: 2550
|
|
[Token(Token = "0x40009F6")]
|
|
VREvent_OverlayShown = 500,
|
|
// Token: 0x040009F7 RID: 2551
|
|
[Token(Token = "0x40009F7")]
|
|
VREvent_OverlayHidden,
|
|
// Token: 0x040009F8 RID: 2552
|
|
[Token(Token = "0x40009F8")]
|
|
VREvent_DashboardActivated,
|
|
// Token: 0x040009F9 RID: 2553
|
|
[Token(Token = "0x40009F9")]
|
|
VREvent_DashboardDeactivated,
|
|
// Token: 0x040009FA RID: 2554
|
|
[Token(Token = "0x40009FA")]
|
|
VREvent_DashboardThumbSelected,
|
|
// Token: 0x040009FB RID: 2555
|
|
[Token(Token = "0x40009FB")]
|
|
VREvent_DashboardRequested,
|
|
// Token: 0x040009FC RID: 2556
|
|
[Token(Token = "0x40009FC")]
|
|
VREvent_ResetDashboard,
|
|
// Token: 0x040009FD RID: 2557
|
|
[Token(Token = "0x40009FD")]
|
|
VREvent_RenderToast,
|
|
// Token: 0x040009FE RID: 2558
|
|
[Token(Token = "0x40009FE")]
|
|
VREvent_ImageLoaded,
|
|
// Token: 0x040009FF RID: 2559
|
|
[Token(Token = "0x40009FF")]
|
|
VREvent_ShowKeyboard,
|
|
// Token: 0x04000A00 RID: 2560
|
|
[Token(Token = "0x4000A00")]
|
|
VREvent_HideKeyboard,
|
|
// Token: 0x04000A01 RID: 2561
|
|
[Token(Token = "0x4000A01")]
|
|
VREvent_OverlayGamepadFocusGained,
|
|
// Token: 0x04000A02 RID: 2562
|
|
[Token(Token = "0x4000A02")]
|
|
VREvent_OverlayGamepadFocusLost,
|
|
// Token: 0x04000A03 RID: 2563
|
|
[Token(Token = "0x4000A03")]
|
|
VREvent_OverlaySharedTextureChanged,
|
|
// Token: 0x04000A04 RID: 2564
|
|
[Token(Token = "0x4000A04")]
|
|
VREvent_ScreenshotTriggered = 516,
|
|
// Token: 0x04000A05 RID: 2565
|
|
[Token(Token = "0x4000A05")]
|
|
VREvent_ImageFailed,
|
|
// Token: 0x04000A06 RID: 2566
|
|
[Token(Token = "0x4000A06")]
|
|
VREvent_DashboardOverlayCreated,
|
|
// Token: 0x04000A07 RID: 2567
|
|
[Token(Token = "0x4000A07")]
|
|
VREvent_SwitchGamepadFocus,
|
|
// Token: 0x04000A08 RID: 2568
|
|
[Token(Token = "0x4000A08")]
|
|
VREvent_RequestScreenshot,
|
|
// Token: 0x04000A09 RID: 2569
|
|
[Token(Token = "0x4000A09")]
|
|
VREvent_ScreenshotTaken,
|
|
// Token: 0x04000A0A RID: 2570
|
|
[Token(Token = "0x4000A0A")]
|
|
VREvent_ScreenshotFailed,
|
|
// Token: 0x04000A0B RID: 2571
|
|
[Token(Token = "0x4000A0B")]
|
|
VREvent_SubmitScreenshotToDashboard,
|
|
// Token: 0x04000A0C RID: 2572
|
|
[Token(Token = "0x4000A0C")]
|
|
VREvent_ScreenshotProgressToDashboard,
|
|
// Token: 0x04000A0D RID: 2573
|
|
[Token(Token = "0x4000A0D")]
|
|
VREvent_PrimaryDashboardDeviceChanged,
|
|
// Token: 0x04000A0E RID: 2574
|
|
[Token(Token = "0x4000A0E")]
|
|
VREvent_RoomViewShown,
|
|
// Token: 0x04000A0F RID: 2575
|
|
[Token(Token = "0x4000A0F")]
|
|
VREvent_RoomViewHidden,
|
|
// Token: 0x04000A10 RID: 2576
|
|
[Token(Token = "0x4000A10")]
|
|
VREvent_Notification_Shown = 600,
|
|
// Token: 0x04000A11 RID: 2577
|
|
[Token(Token = "0x4000A11")]
|
|
VREvent_Notification_Hidden,
|
|
// Token: 0x04000A12 RID: 2578
|
|
[Token(Token = "0x4000A12")]
|
|
VREvent_Notification_BeginInteraction,
|
|
// Token: 0x04000A13 RID: 2579
|
|
[Token(Token = "0x4000A13")]
|
|
VREvent_Notification_Destroyed,
|
|
// Token: 0x04000A14 RID: 2580
|
|
[Token(Token = "0x4000A14")]
|
|
VREvent_Quit = 700,
|
|
// Token: 0x04000A15 RID: 2581
|
|
[Token(Token = "0x4000A15")]
|
|
VREvent_ProcessQuit,
|
|
// Token: 0x04000A16 RID: 2582
|
|
[Token(Token = "0x4000A16")]
|
|
VREvent_QuitAborted_UserPrompt,
|
|
// Token: 0x04000A17 RID: 2583
|
|
[Token(Token = "0x4000A17")]
|
|
VREvent_QuitAcknowledged,
|
|
// Token: 0x04000A18 RID: 2584
|
|
[Token(Token = "0x4000A18")]
|
|
VREvent_DriverRequestedQuit,
|
|
// Token: 0x04000A19 RID: 2585
|
|
[Token(Token = "0x4000A19")]
|
|
VREvent_ChaperoneDataHasChanged = 800,
|
|
// Token: 0x04000A1A RID: 2586
|
|
[Token(Token = "0x4000A1A")]
|
|
VREvent_ChaperoneUniverseHasChanged,
|
|
// Token: 0x04000A1B RID: 2587
|
|
[Token(Token = "0x4000A1B")]
|
|
VREvent_ChaperoneTempDataHasChanged,
|
|
// Token: 0x04000A1C RID: 2588
|
|
[Token(Token = "0x4000A1C")]
|
|
VREvent_ChaperoneSettingsHaveChanged,
|
|
// Token: 0x04000A1D RID: 2589
|
|
[Token(Token = "0x4000A1D")]
|
|
VREvent_SeatedZeroPoseReset,
|
|
// Token: 0x04000A1E RID: 2590
|
|
[Token(Token = "0x4000A1E")]
|
|
VREvent_AudioSettingsHaveChanged = 820,
|
|
// Token: 0x04000A1F RID: 2591
|
|
[Token(Token = "0x4000A1F")]
|
|
VREvent_BackgroundSettingHasChanged = 850,
|
|
// Token: 0x04000A20 RID: 2592
|
|
[Token(Token = "0x4000A20")]
|
|
VREvent_CameraSettingsHaveChanged,
|
|
// Token: 0x04000A21 RID: 2593
|
|
[Token(Token = "0x4000A21")]
|
|
VREvent_ReprojectionSettingHasChanged,
|
|
// Token: 0x04000A22 RID: 2594
|
|
[Token(Token = "0x4000A22")]
|
|
VREvent_ModelSkinSettingsHaveChanged,
|
|
// Token: 0x04000A23 RID: 2595
|
|
[Token(Token = "0x4000A23")]
|
|
VREvent_EnvironmentSettingsHaveChanged,
|
|
// Token: 0x04000A24 RID: 2596
|
|
[Token(Token = "0x4000A24")]
|
|
VREvent_PowerSettingsHaveChanged,
|
|
// Token: 0x04000A25 RID: 2597
|
|
[Token(Token = "0x4000A25")]
|
|
VREvent_EnableHomeAppSettingsHaveChanged,
|
|
// Token: 0x04000A26 RID: 2598
|
|
[Token(Token = "0x4000A26")]
|
|
VREvent_SteamVRSectionSettingChanged,
|
|
// Token: 0x04000A27 RID: 2599
|
|
[Token(Token = "0x4000A27")]
|
|
VREvent_LighthouseSectionSettingChanged,
|
|
// Token: 0x04000A28 RID: 2600
|
|
[Token(Token = "0x4000A28")]
|
|
VREvent_NullSectionSettingChanged,
|
|
// Token: 0x04000A29 RID: 2601
|
|
[Token(Token = "0x4000A29")]
|
|
VREvent_UserInterfaceSectionSettingChanged,
|
|
// Token: 0x04000A2A RID: 2602
|
|
[Token(Token = "0x4000A2A")]
|
|
VREvent_NotificationsSectionSettingChanged,
|
|
// Token: 0x04000A2B RID: 2603
|
|
[Token(Token = "0x4000A2B")]
|
|
VREvent_KeyboardSectionSettingChanged,
|
|
// Token: 0x04000A2C RID: 2604
|
|
[Token(Token = "0x4000A2C")]
|
|
VREvent_PerfSectionSettingChanged,
|
|
// Token: 0x04000A2D RID: 2605
|
|
[Token(Token = "0x4000A2D")]
|
|
VREvent_DashboardSectionSettingChanged,
|
|
// Token: 0x04000A2E RID: 2606
|
|
[Token(Token = "0x4000A2E")]
|
|
VREvent_WebInterfaceSectionSettingChanged,
|
|
// Token: 0x04000A2F RID: 2607
|
|
[Token(Token = "0x4000A2F")]
|
|
VREvent_TrackersSectionSettingChanged,
|
|
// Token: 0x04000A30 RID: 2608
|
|
[Token(Token = "0x4000A30")]
|
|
VREvent_StatusUpdate = 900,
|
|
// Token: 0x04000A31 RID: 2609
|
|
[Token(Token = "0x4000A31")]
|
|
VREvent_WebInterface_InstallDriverCompleted = 950,
|
|
// Token: 0x04000A32 RID: 2610
|
|
[Token(Token = "0x4000A32")]
|
|
VREvent_MCImageUpdated = 1000,
|
|
// Token: 0x04000A33 RID: 2611
|
|
[Token(Token = "0x4000A33")]
|
|
VREvent_FirmwareUpdateStarted = 1100,
|
|
// Token: 0x04000A34 RID: 2612
|
|
[Token(Token = "0x4000A34")]
|
|
VREvent_FirmwareUpdateFinished,
|
|
// Token: 0x04000A35 RID: 2613
|
|
[Token(Token = "0x4000A35")]
|
|
VREvent_KeyboardClosed = 1200,
|
|
// Token: 0x04000A36 RID: 2614
|
|
[Token(Token = "0x4000A36")]
|
|
VREvent_KeyboardCharInput,
|
|
// Token: 0x04000A37 RID: 2615
|
|
[Token(Token = "0x4000A37")]
|
|
VREvent_KeyboardDone,
|
|
// Token: 0x04000A38 RID: 2616
|
|
[Token(Token = "0x4000A38")]
|
|
VREvent_ApplicationTransitionStarted = 1300,
|
|
// Token: 0x04000A39 RID: 2617
|
|
[Token(Token = "0x4000A39")]
|
|
VREvent_ApplicationTransitionAborted,
|
|
// Token: 0x04000A3A RID: 2618
|
|
[Token(Token = "0x4000A3A")]
|
|
VREvent_ApplicationTransitionNewAppStarted,
|
|
// Token: 0x04000A3B RID: 2619
|
|
[Token(Token = "0x4000A3B")]
|
|
VREvent_ApplicationListUpdated,
|
|
// Token: 0x04000A3C RID: 2620
|
|
[Token(Token = "0x4000A3C")]
|
|
VREvent_ApplicationMimeTypeLoad,
|
|
// Token: 0x04000A3D RID: 2621
|
|
[Token(Token = "0x4000A3D")]
|
|
VREvent_ApplicationTransitionNewAppLaunchComplete,
|
|
// Token: 0x04000A3E RID: 2622
|
|
[Token(Token = "0x4000A3E")]
|
|
VREvent_ProcessConnected,
|
|
// Token: 0x04000A3F RID: 2623
|
|
[Token(Token = "0x4000A3F")]
|
|
VREvent_ProcessDisconnected,
|
|
// Token: 0x04000A40 RID: 2624
|
|
[Token(Token = "0x4000A40")]
|
|
VREvent_Compositor_MirrorWindowShown = 1400,
|
|
// Token: 0x04000A41 RID: 2625
|
|
[Token(Token = "0x4000A41")]
|
|
VREvent_Compositor_MirrorWindowHidden,
|
|
// Token: 0x04000A42 RID: 2626
|
|
[Token(Token = "0x4000A42")]
|
|
VREvent_Compositor_ChaperoneBoundsShown = 1410,
|
|
// Token: 0x04000A43 RID: 2627
|
|
[Token(Token = "0x4000A43")]
|
|
VREvent_Compositor_ChaperoneBoundsHidden,
|
|
// Token: 0x04000A44 RID: 2628
|
|
[Token(Token = "0x4000A44")]
|
|
VREvent_TrackedCamera_StartVideoStream = 1500,
|
|
// Token: 0x04000A45 RID: 2629
|
|
[Token(Token = "0x4000A45")]
|
|
VREvent_TrackedCamera_StopVideoStream,
|
|
// Token: 0x04000A46 RID: 2630
|
|
[Token(Token = "0x4000A46")]
|
|
VREvent_TrackedCamera_PauseVideoStream,
|
|
// Token: 0x04000A47 RID: 2631
|
|
[Token(Token = "0x4000A47")]
|
|
VREvent_TrackedCamera_ResumeVideoStream,
|
|
// Token: 0x04000A48 RID: 2632
|
|
[Token(Token = "0x4000A48")]
|
|
VREvent_TrackedCamera_EditingSurface = 1550,
|
|
// Token: 0x04000A49 RID: 2633
|
|
[Token(Token = "0x4000A49")]
|
|
VREvent_PerformanceTest_EnableCapture = 1600,
|
|
// Token: 0x04000A4A RID: 2634
|
|
[Token(Token = "0x4000A4A")]
|
|
VREvent_PerformanceTest_DisableCapture,
|
|
// Token: 0x04000A4B RID: 2635
|
|
[Token(Token = "0x4000A4B")]
|
|
VREvent_PerformanceTest_FidelityLevel,
|
|
// Token: 0x04000A4C RID: 2636
|
|
[Token(Token = "0x4000A4C")]
|
|
VREvent_MessageOverlay_Closed = 1650,
|
|
// Token: 0x04000A4D RID: 2637
|
|
[Token(Token = "0x4000A4D")]
|
|
VREvent_MessageOverlayCloseRequested,
|
|
// Token: 0x04000A4E RID: 2638
|
|
[Token(Token = "0x4000A4E")]
|
|
VREvent_Input_HapticVibration = 1700,
|
|
// Token: 0x04000A4F RID: 2639
|
|
[Token(Token = "0x4000A4F")]
|
|
VREvent_Input_BindingLoadFailed,
|
|
// Token: 0x04000A50 RID: 2640
|
|
[Token(Token = "0x4000A50")]
|
|
VREvent_Input_BindingLoadSuccessful,
|
|
// Token: 0x04000A51 RID: 2641
|
|
[Token(Token = "0x4000A51")]
|
|
VREvent_Input_ActionManifestReloaded,
|
|
// Token: 0x04000A52 RID: 2642
|
|
[Token(Token = "0x4000A52")]
|
|
VREvent_Input_ActionManifestLoadFailed,
|
|
// Token: 0x04000A53 RID: 2643
|
|
[Token(Token = "0x4000A53")]
|
|
VREvent_SpatialAnchors_PoseUpdated = 1800,
|
|
// Token: 0x04000A54 RID: 2644
|
|
[Token(Token = "0x4000A54")]
|
|
VREvent_SpatialAnchors_DescriptorUpdated,
|
|
// Token: 0x04000A55 RID: 2645
|
|
[Token(Token = "0x4000A55")]
|
|
VREvent_SpatialAnchors_RequestPoseUpdate,
|
|
// Token: 0x04000A56 RID: 2646
|
|
[Token(Token = "0x4000A56")]
|
|
VREvent_SpatialAnchors_RequestDescriptorUpdate,
|
|
// Token: 0x04000A57 RID: 2647
|
|
[Token(Token = "0x4000A57")]
|
|
VREvent_VendorSpecific_Reserved_Start = 10000,
|
|
// Token: 0x04000A58 RID: 2648
|
|
[Token(Token = "0x4000A58")]
|
|
VREvent_VendorSpecific_Reserved_End = 19999
|
|
}
|